Click to See Complete Forum and Search --> : Frameset help


mike_basil
04-10-2003, 11:50 AM
This may be a confusing explanation, but I'll give it a shot. I have setup a basic frameset with a menu option(leftpanel.html) off to one side. In another html document, I have written a function (getLinks()) that will display links depending on certain parameters that exist within that specific html doc. I want leftpanel.html to display only the links that getLinks() has created.

So, my questions are: How can I reference a method inside a frameset that lies in another html document? Will leftpanel.html display the links created by getLinks()?
Thanks a ton for any help.

viravan
04-10-2003, 12:50 PM
Have you tried giving each frame a name and call a script function by referencing the frame's name?

:)

V.V.