Falkon303
10-10-2008, 02:42 AM
Ok,
so let's say I have the following javascript window.open set.
window.open ("http://www.wtfe.com", "mywindow","status=1,width=350,height=150");
Now, I have given this window the id of "mywindow", but the question is, can the http location be tracked through the window id?
Scenario: A user goes from one of my pages opened via javascript to another site, can I know which location they are visiting?
If so, this present some interesting options for keyword research, but also secutiry issues as well. It seems to me like it is possible though.
so let's say I have the following javascript window.open set.
window.open ("http://www.wtfe.com", "mywindow","status=1,width=350,height=150");
Now, I have given this window the id of "mywindow", but the question is, can the http location be tracked through the window id?
Scenario: A user goes from one of my pages opened via javascript to another site, can I know which location they are visiting?
If so, this present some interesting options for keyword research, but also secutiry issues as well. It seems to me like it is possible though.