mark wills
10-30-2002, 06:34 PM
<script language="JavaScript" id="Imsg"></script>
...
...
... some HTML stuff here ...
...
...
<script language="JavaScript">
Imsg.src="alert('hello')';"
</script>
The above code works in IE but not in Netscape. The alert() actually gets written into the empty Imsg script tags. How can I do the same in Netscape?
Any ideas?
Mark.
...
...
... some HTML stuff here ...
...
...
<script language="JavaScript">
Imsg.src="alert('hello')';"
</script>
The above code works in IE but not in Netscape. The alert() actually gets written into the empty Imsg script tags. How can I do the same in Netscape?
Any ideas?
Mark.