How to bind frames to look as single page?

liunx

Guest
my idea was to apply frames to our current website to save loading time and to keep layouts from changing every page..<br />
<br />
Now my frame layout is like this<br />
<br />
------------------<br />
111111111111111111<br />
------------------<br />
22|333333333333|44<br />
22|333333333333|44<br />
22|333333333333|44<br />
22|333333333333|44<br />
22|333333333333|44<br />
22|333333333333|44<br />
22|333333333333|44<br />
22|333333333333|44<br />
<br />
Now i have the problem that the reffr, frame 3 needs a scroll bar to show all its contence wich i find verry annouing and ugly, for the scroll bar shows up between frame 3 and 4.<br />
<br />
<html><br />
<head><br />
<title>WWW.Dutchclan.NL</title><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
</head><br />
<frameset rows="188,*" frameborder="NO" border="0" framespacing="0" cols="*"Scrolling="1"> <br />
<frame name="1" scrolling="NO" noresize src=http://www.htmlforums.com/archive/index.php/"index.asp" ><br />
<frameset cols="134,*" frameborder="NO" border="0" framespacing="0" rows="*"> <br />
<frame name="2" scrolling="NO" noresize src=http://www.htmlforums.com/archive/index.php/"leftbar.htm"><br />
<frameset cols="*,133" frameborder="NO" border="0" framespacing="0" rows="*"> <br />
<frame name="3" src=http://www.htmlforums.com/archive/index.php/"about.htm" Scrolling="no"><br />
<frame name="4" scrolling="NO" noresize src=http://www.htmlforums.com/archive/index.php/"rightbar.htm"><br />
</frameset><br />
</frameset><br />
</frameset><br />
<noframes> <br />
<body bgcolor="#FFFFFF" text="#000000"><br />
</body><br />
</noframes> <br />
</html><br />
<br />
<br />
this is the code applied to set the frames in order,<br />
<br />
Now my question is, is it possible to bind all these frames to act as one page, so when i scroll the page all the frames will scroll as if it was one single html page?<br />
<br />
If this isn`t possible is it possible to at least bind the frames leftmenu,contence,rightmenu? with the same purp..?<br />
<br />
I realy need an expert on this one, for in other forums this little problem seems unsolvable...<br />
<br />
Thanks allready for the trouble of reading this stuff and for helpin us!<br />
<br />
Greetz Majin Bojin, this current page looks so fubar! :P<!--content-->Could be tricky, but possible if using JavaScript.<!--content-->:) yeah thought about that, but my scripting skills arn`t that good. Im also nothing more than a compleet n00b only capable of some light and simple Html language... :/<br />
<br />
I also had the advice to use php4 :/ another of my poorest skills heheheh... so does it mean im in deep ****? <br />
<br />
but thx for ur reply anywayzz<br />
<br />
Greetz Majin Bojin :)<!--content-->short answer is no. not even javascript.<br />
<br />
the long answer would be to use 1 frame. put all those into another frame that will scroll, but here comes the problem. since you are using that many frames alreasdy that are set to scroll you need to make them static and to be not frames.<br />
<br />
something to that effect. but it is not recommended to do as your is a waste fo time and effort. but up to you, I wouldn't do it.<!--content-->woah!<br />
<br />
here's a little design tip, if you have too much content for one page, make another! if all your frames are scrolling all over the place you're trying to cram too much in!<br />
Even better would be to not use frames at all!!<br />
<br />
<br />
just my 2c :)<!--content-->I agree with Leoo. If I come across a website with TOO much info (so it looks messy), I just leave right away. Instead of framewindows 2,3 and 4, use 1!<br />
Maybe you could just put it all in a 3x1 table, or, as Leoo said, separate pages.<br />
<br />
:)<br />
<br />
p.s. I haaate frames.... :O@<!--content-->
 
Back
Top