PDA

View Full Version : differences in INTERNET EXPLORER and NETSCAPE NAVIGATOR


satesh
05-13-2004, 03:28 AM
I want to know how to maintain sessions in popup windows if we use window.open method in javascript

bocmaxima81
06-11-2004, 03:06 PM
I want to know how to maintain sessions in popup windows if we use window.open method in javascript

Why not just use cookies or add/pull variables from the URL? Both can be done pretty easily with JScript.