Hi
I am opening a new window with:
var x = window.open("message.htm",....
How can I pass parameters? Can I use:
var x = window.open("message.htm?parm1=1",....
If so, how do I read the parameter. If not is there a way to pass parameters?
Thanks.
Cheers
Richard
I am opening a new window with:
var x = window.open("message.htm",....
How can I pass parameters? Can I use:
var x = window.open("message.htm?parm1=1",....
If so, how do I read the parameter. If not is there a way to pass parameters?
Thanks.
Cheers
Richard