Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 01:07 PM
r0adhog
Guest
 
Posts: n/a
Default Form Value

How do you code an input box on a form so that when a user comes back
to that form it does not remember it's value. I want the user to have to
key in
his username and password each time he comes to the page. Don't want
autocomplete to be able to remember previous contents.

thanks

rh


  #2  
Old July 19th, 2005, 01:07 PM
Dave Anderson
Guest
 
Posts: n/a
Default Re: Form Value

r0adhog wrote:[color=blue]
>
> How do you code an input box on a form so that when a user comes back
> to that form it does not remember it's value. I want the user to
> have to key in
> his username and password each time he comes to the page. Don't want
> autocomplete to be able to remember previous contents.[/color]

IE will obey this...
http://msdn.microsoft.com/workshop/a...tocomplete.asp


....but I can (and do) override it with Mozilla FireFox.



--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.


  #3  
Old July 19th, 2005, 01:07 PM
Ray at
Guest
 
Posts: n/a
Default Re: Form Value

<formElement autocomplete="off">
http://support.microsoft.com/?kbid=290641

I believe that you can also do this to disable it for the whole form if
that's your desire:

<form autocomplete="off">

Ray at work

"r0adhog" <roadhog@nospam.phreaker.net> wrote in message
news:%23%23tYDNhMEHA.628@TK2MSFTNGP11.phx.gbl...[color=blue]
> How do you code an input box on a form so that when a user comes back
> to that form it does not remember it's value. I want the user to have to
> key in
> his username and password each time he comes to the page. Don't want
> autocomplete to be able to remember previous contents.
>
> thanks
>
> rh
>
>[/color]


  #4  
Old July 19th, 2005, 01:07 PM
Aaron Bertrand - MVP
Guest
 
Posts: n/a
Default Re: Form Value

http://www.aspfaq.com/2230

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"r0adhog" <roadhog@nospam.phreaker.net> wrote in message
news:##tYDNhMEHA.628@TK2MSFTNGP11.phx.gbl...[color=blue]
> How do you code an input box on a form so that when a user comes back
> to that form it does not remember it's value. I want the user to have to
> key in
> his username and password each time he comes to the page. Don't want
> autocomplete to be able to remember previous contents.
>
> thanks
>
> rh
>
>[/color]


 

Bookmarks

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

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

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles