Results 1 to 2 of 2

Thread: Why? Why? Why? **Resolved**

  1. #1

    Thread Starter
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141

    Why? Why? Why? **Resolved**

    I am getting a speratic error when running this:
    Code:
    if (window.opener!=null)
         {
              TheURL=window.opener.location; //Error happens on this line
         }
    Sometimes the code runs fine, but sometimes it says 'Error: Access is denied.'
    Last edited by blindlizard; Jan 31st, 2003 at 01:52 PM.
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

  2. #2

    Thread Starter
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141
    Ok, I figured it out. The popup I am creating has to be in the same domain to access form properties.
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

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