Page refresh
posted 19 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
I have the following requirement:
1) When I click on a link it opens a popup window.
2) Data is entered in the popup window.After submitting the data the popup window closes.
3) I want to refresh the first page by loading the second page's data without using F5.
Regards,
Janaki
1) When I click on a link it opens a popup window.
2) Data is entered in the popup window.After submitting the data the popup window closes.
3) I want to refresh the first page by loading the second page's data without using F5.
Regards,
Janaki
posted 19 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
posted 19 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Use window.opener.YourFormName.submit()
My blood is tested +ve for Java.
posted 19 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Moved to HTML/Javascript
karthikeyan Chockalingam
Ranch Hand
Posts: 259
posted 19 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
I guess it should be window.opener.document.YourFormName.submit() instead of window.opener.YourFormName.submit().
[ September 29, 2006: Message edited by: karthi keyan ]
[ September 29, 2006: Message edited by: karthi keyan ]
Chetan Parekh
Ranch Hand
Posts: 3640
posted 19 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Yes
My blood is tested +ve for Java.
| Ew. You guys are ugly with a capital UG. Here, maybe this tiny ad can help: The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |











