Results 1 to 7 of 7

Thread: javascript location

  1. #1

    Thread Starter
    Hyperactive Member richy's Avatar
    Join Date
    Jan 1999
    Location
    Liverpool, England
    Posts
    353
    I'm using the following to change the location of my frame, but it only works if I put an alert box in afterwards.

    Works
    --------
    parent.mainFrame.document.location="http://www.teamtalk.com";
    alert("hello");

    Doesn't Work
    -----------------
    parent.mainFrame.document.location="http://www.teamtalk.com";


    I assume it's because it needs a doevents of some kind. I've put in a parent.mainFrame.Refresh, which doesn't work without the alert box either.

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    you don't need "Document" in there:

    parent.mainFrame.location="http://www.teamtalk.com"
    Mark
    -------------------

  3. #3

    Thread Starter
    Hyperactive Member richy's Avatar
    Join Date
    Jan 1999
    Location
    Liverpool, England
    Posts
    353
    i've just taken the document out, and it still doesn't work. any more ideas?

  4. #4
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    well that's really wierd!
    because that works fine for me in IE and NS
    Mark
    -------------------

  5. #5

    Thread Starter
    Hyperactive Member richy's Avatar
    Join Date
    Jan 1999
    Location
    Liverpool, England
    Posts
    353
    can i send my file to your email address, and see if it works?

  6. #6
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    OK but i'm off home in 5 minutes!
    Mark
    -------------------

  7. #7

    Thread Starter
    Hyperactive Member richy's Avatar
    Join Date
    Jan 1999
    Location
    Liverpool, England
    Posts
    353
    what's your email address, because the email option on the profile isn't allowed.

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