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
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.