Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh nav frame from target frame

Status
Not open for further replies.

Nunners

Programmer
Aug 22, 2001
25
0
0
GB
Hello,

I have a page with two frames, one frame is the navigation frame and the other is the target frame.

Is it possible to refresh the navigation frame, once the content of the target frame has changed. Bearing in mind that the target frame contains an application and the code cannot be altered in the target frame.

Thanks, Nunners
 
Yes, what "event" would you like to use to trigger the effect.
 
When the content of the page changes, would do the trick...
 
<a href=&quot;data.htm&quot; target=&quot;DATA&quot;
onClick='window.self.location=&quot;nav2.htm&quot;'>
New target page</a>

This is one of the neat features of Framesets. Oops I said it! [hourglass]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top