|
-
Mar 8th, 2001, 05:03 AM
#1
Thread Starter
Hyperactive Member
Hello,
When passing variables from one page to the next using querystring eg....
"MembersCenter.asp?uid=123&pwd=mypassword" - the variables now show in the browsers titlebar.
Is there a way to get it NOT to show there!!??
I know this might not be the best way to send info like uid/pwd, but in the application I'm using
it, it really does not have to be a major "secret". I would however like it NOT to display.
Thanks all,
T
-
Mar 8th, 2001, 05:11 AM
#2
New Member
Try to put your asp pages in a layer, or use a code to make the URL combobox invisible
-
Mar 8th, 2001, 05:26 AM
#3
Thread Starter
Hyperactive Member
Thanks Nightmare,
I dont quite understand what you mean!(..... or use a code to make the URL combobox invisible.....).
Could you perhaps give me some example code.
T
-
Mar 8th, 2001, 05:52 AM
#4
New Member
yes, but i have to look for a example
icq : 59781659
-
Jun 22nd, 2001, 02:13 PM
#5
Encrypt the username and password. There is code on this website for simple encryption.
-
Jun 23rd, 2001, 12:05 AM
#6
Frenzied Member
Querystrings display in the title bar. If you are passing data to a page that is sensitive, don't use querystrings.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Jun 27th, 2001, 10:10 PM
#7
Hyperactive Member
I bet you are using get as the form method. Try using POST.
Top Tip: You can make friends and impress the opposite sex at geeky cocktail parties by saying "DB" instead of database. - Karl Moore
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|