Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: Re-directing access within frames - Revisited, December 11, 2002 at 20:35:46:

You are here: irt.org | About | Feedback | 4312 [ previous next ]

Feedback on:
Re-directing access within frames - Revisited

Sent by
sam gong on December 11, 2002 at 20:35:46:

Technical:
Too technical

Comments:
I've read your articles on redirecting frames (1, 2, and revisited.) Thanks for all the input. Now here comes my humble question: I've tried to apply the revised info for my simple 3 frame page, but I'm having a hard time trying to figure it out! The problem comes with trying to figure out the index numbers for the frames. I know that starting from the top, the index should be 0. And for me, the 0 frame is my "ergi" frame.
But the frameset javascript in the beginning conditional statement STILL eludes me (here, I feel stupid in trying to understand.) Specifically with the "var passed" section and how I can apply that within my three frame structure.

My frameset structure looks like this:
<html>
<head>
<title>Untitled Document</title>
</head>

<frameset rows="100,*" cols="*" frameborder="yes" border="0" framespacing="0">
<frame name="ergi2000" scrolling="NO" noresize src="topframe/top.html">
<frameset cols="130,*" frameborder="yes" border="0" framespacing="0">
<frame name="leftFrame" scrolling="NO" src="leftframe/homemenu.html" noresize>
<frame name="mainFrame" scrolling="yes" src="mainframe/home/homemain.html">
</frameset>
</frameset>
<noframes><body bgcolor="#FFFFFF">

</body></noframes>
</html>

And I'm still stuck on figuring out which frames to apply the "passed =" statement to. Between article 1 and 2, I couldn't figure out how to modify this line. Please help?

Best Regards,
Confused student



Other feedback on 'Re-directing access within frames - Revisited' - show all

©2018 Martin Webb