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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh a page inside a frame 1

Status
Not open for further replies.

Albano

Instructor
Dec 11, 2000
221
PT
Hello,

how can I rfresh a page that is insede a frame, my framedet have 3 frames and i need to refresh one frame after i submit some data on in another frame.

Tanks

Albano
 
Here is some code that works if editing something in a pop-up window that effects the parent page and you want to reload the parent after finishing editing:

onUnload="javascript:window.opener.location.href=window.opener.location.href

You should be able to use the theory in any other situation.
Steve Davis
hey.you@hahaha.com.au
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top