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.
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.