Results 1 to 2 of 2

Thread: javascript between browser windows

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Location
    South Africa
    Posts
    105

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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
  •  



Click Here to Expand Forum to Full Width