Page 1 of 1

windows 2000 autocomplete in text field

Posted: Sun Dec 14, 2003 2:09 am
by pelegk2
i have 2 text boxes :
1 for user name
1 for password (and defined for it)
when i type the user name it autocompletes the password!
how can i control it?when to autocompleteand when not?
thanks in advance
peleg

Posted: Sun Dec 14, 2003 2:15 am
by infolock

Posted: Sun Dec 14, 2003 2:41 am
by m3mn0n
In IE:

Tools > Internet Options > Content > AutoComplete

but i want to do it using code!

Posted: Sun Dec 14, 2003 2:46 am
by pelegk2
i can go around the world and do as instructed :):):):):)
or maybe some 1 wants to buy me tickes for that :D

Posted: Sun Dec 14, 2003 2:49 am
by infolock
lol. you got it under control then i assume?

noooooooooooooooooooooooo!!!!

Posted: Sun Dec 14, 2003 2:51 am
by pelegk2
beacuse i want to do it with code!
is it possible>!>!?!>!>!>?!>!?!?!

Posted: Sun Dec 14, 2003 3:44 am
by microthick
yes

I explained how in an older post. lemme find it.

Posted: Sun Dec 14, 2003 3:45 am
by microthick
For problem #1, look here:
http://msdn.microsoft.com/library/defau ... /acoff.asp

You can turn off a form field's autocomplete ability by using the attribute autocomplete:

<form method=post action="something.php" autocomplete="off">

Or

<input type="text" name="creditcard" value="" size="16" maxlength="16" autocomplete="off">

Or using JavaScript. See link for code.

smurf

Posted: Sun Dec 14, 2003 3:55 am
by pelegk2
i thought yourgoing to buy me tickets:)
thanks alot anyway

Posted: Mon Dec 15, 2003 2:33 pm
by m3mn0n
tickets?

Posted: Mon Dec 15, 2003 2:53 pm
by pelegk2
read above if u didnt understand the joke:)