Frameset with top, left, right and mainframe

liunx

Guest
Hello:<br />
Is it posible to make a frameset with 4 frames? Top, left, right, mainframe. <br />
<br />
Thanks<!--content-->Got it<br />
<br />
<br />
<html><br />
<br />
<frameset rows="20%,80%"><br />
<br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"framea.htm" ><br />
<frameset cols="20%,60%,20%"><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"frameb.htm" ><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"framec.htm" ><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"framed.htm" ><br />
</frameset><br />
<br />
</frameset><br />
<br />
</html><!--content-->Originally posted by juggler <br />
Got it<br />
<br />
<br />
<html><br />
<br />
<frameset rows="20%,80%"><br />
<br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"framea.htm" ><br />
<frameset cols="20%,60%,20%"><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"frameb.htm" ><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"framec.htm" ><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"framed.htm" ><br />
</frameset><br />
<br />
</frameset><br />
<br />
</html> <br />
My condolences :rolleyes:<!--content-->don't you think many users would furiously fight for that back button when seeing four different frames, why not try to avoid frames, as they are becoming deprecated (SSI will do the job, and with a much more professional appearence :))<!--content-->I hate frames too , but the client is the one who decides. What he wants and explained is that his menu on the frames do not disappear. <br />
<br />
He showed me a site and pointed out. That's what I want. <br />
<br />
I'm open to ideas, <br />
<br />
<br />
What is that with SSI, Server Side Includes? <br />
<br />
How would I go about that.<!--content-->Won't be publishing a site with frames. He noticed the drawbacks in a frameset site.<!--content-->My readings in excellent HTML by Timothy Gottleber seem to indicate that it is possible to do a frameset consisting of a frame across the top and a left, right , and middle. However, I have encountered difficulty in getting my code to work.<br />
<br />
zcorker<br />
icq 118179171<br />
<[email protected]><!--content-->
 
Back
Top