Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mikebutler

    problem getting a javascript referrer from a window.opener

    the window is opened by form drop down submission. if I run the same code (from same domain as me) I get the object if I run it from the other domain I don't. i have know problem picking up onclick open window or right click open window from another domain. thanks
  2. mikebutler

    problem getting a javascript referrer from a window.opener

    thanks alot for the links... I can't use window.opener.location.href; because any ref I make to window.opener results in an error saying that window.opener is NULL or not a valid object (this only happens with some sites tho'), I test ( if (window.opener) )before I run any ref to it but now my...
  3. mikebutler

    problem getting a javascript referrer from a window.opener

    starway, thanks for the comments, could you provide a link to the information you refer to? "referrer is also empty if the server does not provide environment variable information. Taken from original Netscape's Javascript guide." but :-) should this however prevent me from accessing...
  4. mikebutler

    problem getting a javascript referrer from a window.opener

    won't solve my problem... you see I know the opening window exists as it sat there on my desktop in front of me... the problem is all the code I've tried says it doesn't exist (but only in these few instances) and I can't access the objec tof this window, it clearly does exist so can anyone tell...
  5. mikebutler

    problem getting a javascript referrer from a window.opener

    Hi adam.... what you suggested is roughly what I did with my if statement anyway... the problem seems to be that sometimes it doesn't exist as an object even when a window has opened mysite in a new window! For some referrers this action results in the answer and for others doing exactly the...
  6. mikebutler

    problem getting a javascript referrer from a window.opener

    I have some code which I use to distinguish the referrer to a framed site. Due to the fact that I want all frames and the frameset to return the same value I use parent.document.referrer to get the referrer. Unfortunately this sometimes return the value of the site. lets call the referrer...

Part and Inventory Search

Back
Top