Hi
consider the following situation. I am using window object to open another struts file ie, .do file like the following
window.open("./cust.do?name="+somename+"&address="+someaddress+"........);
here i am passing property information also through the request query string. Those data "name" & "address" are visible in the querystring . My question is there a way to encode the data or else someother technique so that the end user does not view the actual data.
Thanks E.FAISAL
_________________________________________________________________
Access Hotmail from your mobile now. http://server1.msn.co.in/sp03/mobilesms/ Click here.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

