Hello,
Can someone kindly tell me what is wrong with this code?
A simple page with a link that when clicked uses window.open but when I open
it in IE6 and click on the link I get 'Line 12 Invalid Argument. Line 12 is
the last line.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR " content="Micros oft FrontPage 4.0">
<meta name="ProgId" content="FrontP age.Editor.Docu ment">
<title>New Page 1</title>
</head>
<body>
<a href="testjava. htm" onClick="window .open('freemob. html', 'Free Mobile',
config='height= 300,width=300') " target="_self"> Click
Here</a>
</body>
</html>
Thanks in advance,
RG.
Can someone kindly tell me what is wrong with this code?
A simple page with a link that when clicked uses window.open but when I open
it in IE6 and click on the link I get 'Line 12 Invalid Argument. Line 12 is
the last line.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR " content="Micros oft FrontPage 4.0">
<meta name="ProgId" content="FrontP age.Editor.Docu ment">
<title>New Page 1</title>
</head>
<body>
<a href="testjava. htm" onClick="window .open('freemob. html', 'Free Mobile',
config='height= 300,width=300') " target="_self"> Click
Here</a>
</body>
</html>
Thanks in advance,
RG.
Comment