webrock
12-24-2003, 01:46 AM
Hi all,
Can someone please help me on this?? I've got a website with framesets and I'm finding it is not working on some people's computers. The website is www.venusenvymusic.net. Here is the code I have for the opening page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Venus Envy...Women Who Rock </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="450,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="banner.html" name="topFrame" scrolling="NO" noresize >
<frame src="home.html" name="mainFrame" scrolling="auto">
</frameset>
<noframes><body>
</body></noframes>
</html>
I am using a friend's computer tonight and I checked the site and it is not opening the mainpage and none of the buttons work. She has IE 6.0.
Is there some javascript code I need to put in this?
Please please help!!!!
Thanks!!
Can someone please help me on this?? I've got a website with framesets and I'm finding it is not working on some people's computers. The website is www.venusenvymusic.net. Here is the code I have for the opening page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Venus Envy...Women Who Rock </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="450,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="banner.html" name="topFrame" scrolling="NO" noresize >
<frame src="home.html" name="mainFrame" scrolling="auto">
</frameset>
<noframes><body>
</body></noframes>
</html>
I am using a friend's computer tonight and I checked the site and it is not opening the mainpage and none of the buttons work. She has IE 6.0.
Is there some javascript code I need to put in this?
Please please help!!!!
Thanks!!