Click to See Complete Forum and Search --> : Frames javascript across domains?


msmith29063
06-17-2003, 12:10 AM
I am using a drop down navigation menu javascript for a frames site. The script displays the second+ layers of buttons in the content frame. It utilizes an onLoad action in the body tag of the content frame page to "execute" this part of the script in the content frame.

General question: Is there any way to make a script like this work across domains?

Explanation: I have a content frame that's on another domain. It does have the onLoad action included in the body tag, but doesn't display the subnavigation buttons. I've asked the author, but wanted to pose the question here.

The URL for the menu script is:
http://www.burmees.nl/menu/

Any help/suggestions would be grealy appreciated! Thank you!

Khalid Ali
06-17-2003, 12:29 AM
You can open any valid url any any given frame,however,you can not access out of domain pages contents...No Way..with JavaScript that is.

:D