Alexancho
16 Sep 2009, 02:17 PM
The problem starts with simple cod:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>frames_tar_home_index</title>
<frameset cols="700,250" >
<frame src="home.html" name="content" />
<frame src="menu.html" name="menu" noresize="noresize" border="0" frameborder="0" scrolling="auto" bordercolor="#7DBEFF" />
</frameset>
</head>
</html>
It works on my computer, but when i uploaded the file it doesn't work:
http://webdesign-gold.200u.com/Examples/frames/index_frames.html
http://webdesign-gold.awardspace.biz/learning/example3/index.html
I tried to check another page. I copied cod from here:
http://www.yourhtmlsource.com/frames/basicframes.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head><title>My First Frame Page</title>
</head>
<frameset cols="30%, 70%">
<frame src="nav.html">
<frame src="content.html">
</frameset>
</html>
and created simple pages nav.html and content.html
It works here:
http://webdesign-gold.awardspace.biz/learning/example3/frames_try.html
and doesn't work here:
http://webdesign-gold.200u.com/Examples/frames/frames_try.html
but i have no problems with another pages in both these hostings:
http://webdesign-gold.200u.com/Examples/frames/content.html
http://webdesign-gold.200u.com/Examples/frames/content.html
What's wrong?
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>frames_tar_home_index</title>
<frameset cols="700,250" >
<frame src="home.html" name="content" />
<frame src="menu.html" name="menu" noresize="noresize" border="0" frameborder="0" scrolling="auto" bordercolor="#7DBEFF" />
</frameset>
</head>
</html>
It works on my computer, but when i uploaded the file it doesn't work:
http://webdesign-gold.200u.com/Examples/frames/index_frames.html
http://webdesign-gold.awardspace.biz/learning/example3/index.html
I tried to check another page. I copied cod from here:
http://www.yourhtmlsource.com/frames/basicframes.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head><title>My First Frame Page</title>
</head>
<frameset cols="30%, 70%">
<frame src="nav.html">
<frame src="content.html">
</frameset>
</html>
and created simple pages nav.html and content.html
It works here:
http://webdesign-gold.awardspace.biz/learning/example3/frames_try.html
and doesn't work here:
http://webdesign-gold.200u.com/Examples/frames/frames_try.html
but i have no problems with another pages in both these hostings:
http://webdesign-gold.200u.com/Examples/frames/content.html
http://webdesign-gold.200u.com/Examples/frames/content.html
What's wrong?