Hello all...
I'm wondering about the code below...I wrote it in IE, but as it's javascript, isn't it supposed to work in Netscape too?
Or is my code wonky?
Can anyone offer up what I've done wrong?
Jim Rudnick
I'm wondering about the code below...I wrote it in IE, but as it's javascript, isn't it supposed to work in Netscape too?
Or is my code wonky?
Code:
<center> <a NAME="closeButton" ONCLICK="closeButton"> <img src="images2/duckyCLOSE.jpg" width="161" height="49" border="0"> </a> <SCRIPT FOR="closeButton" EVENT="onclick" LANGUAGE="vbscript"> Window.close </SCRIPT> </center>
Jim Rudnick
Comment