Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to clear user ID and password fields after first log
Message
From
02/04/2002 23:18:51
 
 
To
02/04/2002 12:58:26
Mike Zhu
Icube Info International
Fremont, California, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00640009
Message ID:
00640225
Views:
20
Use AutoComplete attribute
U can specify like it on field level
<INPUT TYPE="text" NAME="login" autocomplete="off">
<INPUT TYPE="password" NAME="passwd" autocomplete="off">
or u can use apply over form level
<FORM AUTOCOMPLETE = "off">
:
</FORM>
Best Luck..
Nilesh
Previous
Reply
Map
View

Click here to load this message in the networking platform