setting Action Method as POST in Javascript
HI,
I am using window.open method to open a popup using javascript.
The url goes like this
"xxx.jsp?strUserID=xxx&strToDo=xxx"
can i hide the values which i pass in querystring?
I dont want the user to see the data which i pass to popup.
Can it be done through setting action method as POST in javascript?
Thanks in Advance.

