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

How to reload a modal dialog box window

Status
Not open for further replies.

Tins

Programmer
Jan 19, 2003
1
PH
Hi,

I created a modal dialog box window using window.showModalDialog().

In the modal dialog box window, when I click a button, I want the modal dialog box to be reloaded. How do I do this?

Thanks!

 
Did you try something like that (let's say your popop page url is "myPage.htm") :
Code:
<Input type=&quot;button&quot; value=&quot;refresh&quot; onclick=&quot;document.location.href=&quot;myPage.htm&quot;/>

I think that should work except for caching reasons. Water is not bad as long as it stays out human body ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top