Can I get a Querystring variable from another page? Say I have 2 browsers running, can I get a querystring varable from one browser window to the other?
not that i am aware of. the only way i think it would be able to work is with javascript, but I do not know javascript that well so I couldnt help you. maybe someone else here might know if this is possible is javascript.
I was thinking about how to do this with javascript but I can't find a way to access the querystring values easily even though it is possible to detect the correct browser to take values from.
You might find something here: http://irt.org - look under the JavaScript links.