Reply
Login page
Old 05-29-2006, 04:24 PM Login page
Experienced Talker

Posts: 34
I have use .net and create login page. but my problem is that the login page save the Username field.Is it possible, not to allow the web browsers even save the username field.some thing like hotmail login page.
s2002 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-29-2006, 09:54 PM Re: Login page
Experienced Talker

Posts: 34
Dear JBCash,
I did not get what do you mean by your reply/link
s2002 is offline
Reply With Quote
View Public Profile
 
Old 05-29-2006, 11:49 PM Re: Login page
Experienced Talker

Posts: 30
What kind of field is your username field? Is it a HTMLInputText or an ASP server control field?
__________________

MyOpinion is offline
Reply With Quote
View Public Profile Visit MyOpinion's homepage!
 
Old 05-30-2006, 01:55 AM Re: Login page
chrishirst's Avatar
Super Moderator

Posts: 13,626
Location: Blackpool. UK
It's a browser setting. if you have your browser set to save usernames/passwords it will.

You can use a autocomplete="off" attribute in the opening <form > tag but the page will not validate to a strict doctype.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-02-2006, 03:18 PM Re: Login page
The Dorian's Avatar
Skilled Talker

Posts: 74
Location: Orange County, California
If this is a REALLY important issue you can get tricky and have the name of your username field randomly generated. That would definitely solve the problem.
__________________
Dorian Collier
my blog - dorkian.com
Free Pay-Per-Click ROI Calculator
The Dorian is offline
Reply With Quote
View Public Profile Visit The Dorian's homepage!
 
Old 06-02-2006, 03:38 PM Re: Login page
Experienced Talker

Posts: 34
it's ASP control.
IE settings is not proper solution though I do not know my users IE setting they login. I mean something like 'www.hotmial.com'
s2002 is offline
Reply With Quote
View Public Profile
 
Old 06-07-2006, 03:19 AM Re: Login page
Novice Talker

Posts: 5
As Chris Hirst mentioned above, Hotmail (And Yahoo mail and a bunch of others) do this with the tag "Autocomplete=Off". You can see this if you go to Hotmail's login page, view the source and do a search for "autocomplete".

Example of using the Autocomplete tag:
Code:
<INPUT NAME="name" SIZE=40 AUTOCOMPLETE=OFF>
Although it's not valid HTML according to the W3C.

There is a javascript implementation of the concept here that may help you and that conforms to the HTML guidelines.
__________________
Daniel Punch
M6.Net - PHP MySQL Hosting

Last edited by Punch : 06-07-2006 at 03:23 AM.
Punch is offline
Reply With Quote
View Public Profile Visit Punch's homepage!
 
Old 07-07-2006, 11:19 AM Re: Login page
Junior Talker

Posts: 4
Name: MMMMMM
You can try to clear the textfies of the username on the page load and page refresh events.
heartbreaker is offline
Reply With Quote
View Public Profile
 
Old 07-07-2006, 03:26 PM Re: Login page
Experienced Talker

Posts: 34
Do you have any sub I should Use for this purpose.
sincerely yours,
s2002 is offline
Reply With Quote
View Public Profile
 
Old 07-07-2006, 06:02 PM Re: Login page
Average Talker

Posts: 25
Location: Seattle, WA
on the page_load event just set your textbox to be empty

txtUserName.Text = "";
kbychu is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Login page
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15772 seconds with 12 queries