|
does anyone know how to convert this html code into wml as ive spent a few days sat looking at it but cant seem to work the bloody thing out, the idea is to show a pop-up message just before a user enters a site
<!--$begin html$--><SCRIPT LANGUAGE="JavaScript">
<!-- Hide from older browsers
alert('message here');
// end hiding -->
</SCRIPT><!--$end html$-->
|