|
-
Oct 21st, 2001, 04:29 AM
#1
PopUp to MainWindow
How would you (in JavaScript) send information from a popUp window to the window that created that popup. After the user enters some data and hits the submit button on the popup window I want the popup window to close and all the data to be passed back to the calling window (or better yet to a brand new one if possible). IHYKWIM.
Thanks for your help
Spike
-
Oct 21st, 2001, 05:52 AM
#2
Conquistador
What code are you using to create/ popUp the popup?
-
Oct 21st, 2001, 10:02 AM
#3
Code:
window.open('ownbudget.htm','popup','width=350,height=525,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no,screenX=10,screenY=10,top=10,left=10')
-
Oct 22nd, 2001, 02:40 AM
#4
Conquistador
I think it is hard to reference to the calling window with the popup window
An alternative method would be to use Cookies?
-
Oct 22nd, 2001, 04:28 AM
#5
Lively Member
That's not that easy you could use a redirect to that calling window and give the required parameters along with it.
Or what is easier but not advanced is a promt where you ask for direct input.
Good luck
-
Oct 22nd, 2001, 05:42 AM
#6
Fanatic Member
Teaudirenopossum.Musasapientumfixaestinaure.
(I can't hear you. There's a banana in my ear)
-
Oct 22nd, 2001, 08:23 AM
#7
Conquistador
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|