|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hiding variables in address bar
hi everybody,
I am using ASP and I want that all the variables that I pass as querystring with a link should not be dispalyed in the address bar. is it possible... if yes..how? really need solution very badly.... needy |
|
#2
|
||||
|
||||
|
Quote:
__________________
__________ Matty. |
|
#3
|
|||
|
|||
|
i want to hide the variables that are passed as querystring arguments which can not be
passed as hidden variables |
|
#4
|
||||
|
||||
|
use sinlge-frame frameset:
Code:
<frameset id="default" name="default" cols="100%,*"> <frame id="main" name="main" src="MainPage.asp?<%=Request.QueryString%>" noresize="noresize" /> </frameset> |
|
#5
|
||||
|
||||
|
Quote:
Complete solution http://forums.devshed.com/t211911/s.html |
|
#6
|
||||
|
||||
|
that's not what he means.... as far as I understand, at least.
|
|
#7
|
||||
|
||||
|
Quote:
well I suggest trying the Shadow wizard frame solution but why dont you want the user to see the variables ? if its because there can be uncrypted confidential informations then I suggest using POST method instead. (Querystring is for non confidential information (search result) and information will always be avaible(visible somehow how matter how hard you try to hide them)) |
|
#8
|
||||
|
||||
|
yep - to see the querystring user will just have to see the frame address (available in any browser) and browse there directly from his browser.
|
![]() |
| Viewing: ASP Free Forums > Other > ASP Free Lounge > hiding variables in address bar |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|