| Author |
Dialog Box Refresh Problem
|
paul king
Greenhorn
Joined: May 23, 2006
Posts: 12
|
|
Hi I have a jsp which opens a modal dialog box using javascript, within that dialog box I have a button which opens a second modal dialog box. This allows me to type in a message and save it. When I click save, it closes the dialog box, I then need the first dialog box to refresh. I can't get it to do this. I have tried window.location.reload(true) on the submit of the second dialog box (using AJAX) and window.location.reload(true) after the showModalDialog bit on the first dialog box but none of these work. Can anyone help? Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56200
|
|
|
Moved to the HTML/Javascript forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Dialog Box Refresh Problem
|
|
|