Hi.
I have two separate page 1 is test.js and test.html. In test.js i created one window with the help of window.open() method something like var p = window.open(url ); I want p value in test.html page. how should i? and i am able to open a window. but i want the value of p.

Please help me..

Thanks..

Ashwath.