|
-
Jun 30th, 2003, 08:49 AM
#1
Thread Starter
Lively Member
javascript between browser windows
Hi
Wondering if anyone could help me.
I am creating something similar to a mail application. The user clicks on a link, which brings up another window with a list of email addresses, similar to yahoo, hotmail, etc. The user will check email addresses and then submit. Now, I want to insert the checked email addresses into the previous window without having to refresh it. Is there a way to do this?
Thanks
langals
-
Jul 1st, 2003, 12:16 AM
#2
window.opener.document.myform.myfield.value = 'hello world';
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
|