can javascript in one window access another window?
dobbs
6:57 pm on Dec 3, 2006 (gmt 0)
can I have a javascript running in a little window thats designed to stay open while the user browses in another window and get the URL of what he's browsing and alter the DOM?
daveVk
4:24 am on Dec 4, 2006 (gmt 0)
Provided browsing is restricted to same domain, this is possible, else security will prevent it.