Hi all,
Can anybody see anything wrong with the following code ?
I use it to create a single frame covering the whole page:
<html>
<head>
<title>Netscape Frame</title>
</head>
<frameset border="0" frameborder="0" framespacing="0">
<frame name="everything" src="left2.cfm" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" BORDER="0" FRAMESPACING="0" noresize>
</frameset>
</html>
It works fine in IE and Netscape 6.2 but Netscape 4.x doesnt seem to like it .
Thanks in advance!
Can anybody see anything wrong with the following code ?
I use it to create a single frame covering the whole page:
<html>
<head>
<title>Netscape Frame</title>
</head>
<frameset border="0" frameborder="0" framespacing="0">
<frame name="everything" src="left2.cfm" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" BORDER="0" FRAMESPACING="0" noresize>
</frameset>
</html>
It works fine in IE and Netscape 6.2 but Netscape 4.x doesnt seem to like it .
Thanks in advance!