Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: previous values


Message #1 by jay48202@y... on Tue, 8 Oct 2002 15:48:39
Hi,

I am typing values in a textbox of a form. when I click on the 
textbox,previously typed values are getting displayed in a sort of list 
box. I could type in my new value but wanted to know, a way for not having 
the previous values displayed.

Thanks,
Jay
Message #2 by "Peter Foti (PeterF)" <PeterF@S...> on Tue, 8 Oct 2002 10:51:10 -0400
This is way off topic for this list, but I'll answer your question anyway.
The behavior you are seeing is the AutoComplete feature in Internet
Explorer.  You can disable it if you go to Tools > Internet Options >
Content > AutoComplete.

Regards,
Peter


> -----Original Message-----
> From: jay48202@y... [mailto:jay48202@y...]
> Sent: Tuesday, October 08, 2002 3:49 PM
> To: ASP Databases
> Subject: [asp_databases] previous values
> 
> 
> Hi,
> 
> I am typing values in a textbox of a form. when I click on the 
> textbox,previously typed values are getting displayed in a 
> sort of list 
> box. I could type in my new value but wanted to know, a way 
> for not having 
> the previous values displayed.
> 
> Thanks,
> Jay
> 
Message #3 by "Johnson, Israel" <IJohnson@R...> on Tue, 8 Oct 2002 10:51:07 -0400
This is the autocomplete feature in your browser. To turn it off in the form
try:

<input type="text" AUTOCOMPLETE="off">

-----Original Message-----
From: jay48202@y... [mailto:jay48202@y...] 
Sent: Tuesday, October 08, 2002 11:49 AM
To: ASP Databases
Subject: [asp_databases] previous values

Hi,

I am typing values in a textbox of a form. when I click on the 
textbox,previously typed values are getting displayed in a sort of list 
box. I could type in my new value but wanted to know, a way for not having 
the previous values displayed.

Thanks,
Jay

  Return to Index