| Author |
JSP JavaScript Query
|
kavan desai
Ranch Hand
Joined: Jan 16, 2005
Posts: 32
|
|
Hello Friend I have question regarding jsp and java script. i showing some mesages in my jsp page just like any message bard page on clicking more link of the message field , it will open popup window which shows the message content in detail.and after cloing that window with close button the parent page get refreshed. i m using javascript function for the code on close button is show below. I m using Interet Explorer as my web browser. function closeOpr() { window.close(); window.opener.location.reload(); } The message i m getting on closing popwidow with the above give function is : Thee page cannot be refreshed without resending the information click retry to send the information again. Please help me . Thanx Kavan [ November 15, 2005: Message edited by: Bear Bibeault ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56200
|
|
|
Moved
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: JSP JavaScript Query
|
|
|