Load two frames without JavaScript

liunx

Guest
Is it possible to load two frames from a third without using JavaScript?<br />
<br />
Cheers, Jochem :cool:<!--content-->make a new framset page, and link to it using _parent or whatever.<!--content-->Thanks for your reply, but in my case that would not be an option. Frames A, B and C already exist. The menu is in frame A and should change frames B and C.<br />
<br />
Is there any other way?<!--content-->I'm not aware of any other way. That's the reason I don't like frames...<!--content-->Hi Jochem!<br />
<br />
Can you post the code of your frameset document or a link to it? I'm sure, there is a way out of that...<br />
<br />
Cheers - Pit<!--content-->like combining frames b and c?<!--content-->Hi!<br />
<br />
Talking to me, DaveSW?<br />
<br />
If so:<br />
<br />
My idea is just like that! The original frameset document has two frames only, let's say a and b. The src for frame a will be the document with the menu, the src of frame b would be another frameset document with two frames (let's call them c + d).<br />
<br />
If I have a link in the menuframe with target frame b and the url in that links again points to a frameset document with two frames, it should work - don't you think so?<br />
<br />
Cheers - Pit<!--content-->Hi again!<br />
<br />
I wanted to wait jochem's code or link to adjust things for his needs.<br />
<br />
Well, if anybody checks the attached zip - please don't criticize me too much for the chaos! I just spit the stuff into my editor to check whether it really works or not, even though I was already convinced that it has to work. It does :)...<br />
<br />
The "updateTwoFramesHome.htm" is the file to open after unzipping all files to one folder.<br />
<br />
Cheers - Pit<!--content-->Hello Pit and Dave,<br />
<br />
Thank you so much for looking into my case. The reason why I stick to framesets is because layers with external HTML always need JavaScript. (I asked that question before in this forum.) And 13% of all users have JS blocked. Therefore I try to avoid JS wherever possible.<br />
<br />
Of course I could solve the case by loading a new frameset. I used that trick on various occasions before. The thing is that the frameset I am using is pretty complicated. And, I would have to create a new frameset for each item on the menu. But... if that's the only way, than I'll have to go with it.<br />
<br />
Cheers, Jochem :cool:<!--content-->Hi!<br />
<br />
Two years ago, I tried to find a solution to exactly the same prob. And I did so intensively. I didn't succeed. So I tried to find my own way to get out of the prob.<br />
<br />
I think it is not toooo much work. You just use the same frameset as many times as you need, just saving the document with the name required and changing the src's for the frames' contents. For me, the result was worth the effort :)<br />
<br />
Cheers - Pit<!--content-->Allright, I'll take your word for it. Thanks for your advise.<br />
<br />
From my other question in this forum "Loading external HTML into a div" I learned that SSI can be used to load external HTML into a div. That might be the only alternative for anyone trying to avoid both framesets and JS. I may use that method for future websites.<br />
<br />
Cheers, Jochem :cool:<!--content-->Hi Jochem!<br />
<br />
I hadn't read your other thread before.<br />
<br />
Wenn I had this frameset prob, the webspaces I was dealing with, didn't support server side scripting (too expensive for the people who asked me to write for them).<br />
<br />
For my own purposes I do things like that in PHP (and I love it :D)...<br />
<br />
Good luck! - Pit<!--content-->Thanks, ciao!<!--content-->Originally posted by Pittimann <br />
Talking to me, DaveSW?<br />
<br />
Actually talking to anyone who'll listen... :D <br />
<br />
LOL<!--content-->Well - I listened ;)<br />
<br />
I just asked because sometimes I hear myself talking when nobody's there to listen :p<br />
<br />
Cheers - Pit<!--content-->What a PITTI, MANN<br />
<br />
Guess this thread can be closed. Thanx for your help guys!<br />
<br />
Cheers, Jochem :cool:<!--content-->Yes Jochem - let's close it before I continue talking...<br />
<br />
Cheers - Pitti<!--content-->
 
Back
Top