Jan 20, 2003 #1 Tins Programmer Joined Jan 19, 2003 Messages 1 Location 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!
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!
Jan 20, 2003 #2 Targol Technical User Joined Sep 13, 2002 Messages 908 Location FR Did you try something like that (let's say your popop page url is "myPage.htm" : Code: <Input type="button" value="refresh" onclick="document.location.href="myPage.htm"/> I think that should work except for caching reasons. Water is not bad as long as it stays out human body ;-) Upvote 0 Downvote
Did you try something like that (let's say your popop page url is "myPage.htm" : Code: <Input type="button" value="refresh" onclick="document.location.href="myPage.htm"/> I think that should work except for caching reasons. Water is not bad as long as it stays out human body ;-)