File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes JSP JavaScript Query Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSP JavaScript Query" Watch "JSP JavaScript Query" New topic
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
    
  13

Moved


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSP JavaScript Query
 
Similar Threads
How to refresh page only once automatically when page is loaded
Using window.open( ).......
jsp page refreshing containing thread
JSP JavaScript Query
post forms and window.reload()