Results 1 to 3 of 3

Thread: Update Javascript window

  1. #1

    Thread Starter
    Hyperactive Member DKCK's Avatar
    Join Date
    Dec 2000
    Location
    United States
    Posts
    329

    Update Javascript window

    How can I use javascript to refresh a window I have opened with the window.open script? The window has a name already assigned to it. What I want to do is refresh it from a totally unattached html page.

  2. #2
    Hyperactive Member bsw2112's Avatar
    Join Date
    Nov 2001
    Location
    ottawa, canada
    Posts
    292
    hello,

    do you mean have window A open window B
    and then from window A you trigger window B to refresh
    or do you want window B to refresh every x amount of time..?

    bsw2112

  3. #3
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    try window.opener.location.reload(true);

    I haven't tested it but I don't see why it wouldn't work if you've opened the window using javascript.
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

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