OZONE Asylum
Forums
DHTML/Javascript
trying to reload iframe from other iframe
This page's ID:
30892
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
If that code is loaded in the first frame, then window.frames is a reference to the first frame's frames (I assume it has none). To get the frames of the main window, you will need to use parent.frames. And if you had multiple levels of frames, you could get to the main by using top.frames. Also, I'm assuming fr2 is a global variable defined in the top frame? If so, then you will need to reference it as parent.fr2 or top.fr2. This may help you. http://www.oreillynet.com/pub/a/javascript/excerpt/jstdg_ch13/index.html?page=7#multwinfram [small](Edited by [url=http://www.ozoneasylum.com/user/6937]Kyle the Feared[/url] on 03-04-2009 06:19)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »