Hello Monks.
Thanks for your provious responce...but my page is not doing what it supposed to do.
Here it is again:
I have a page(parent) from where I am popping up a window in perl. There are some input boxes in that pop up window. Upon submission of my pop up window form, I would like my original page(parent), to reload and display the info that was in the pop up window.
Some of the responces that I got from you guys was:
opener.location="cgi_script?param" OR
window.opener.location.reload();
These snippets of code worked but there is one problem.
My values in my parent form are set to default..I don't want that. I want the values to remain PLUS add the value from the pop up window. How do I do that?
Thanks Brothers for answering a non-perl question.
Appreciate it very much.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.