![]() |
HTML/Form question. Prevent password saving of input fields.
Maybe somebody here can help me with a question.
Is there a way to prevents surfers/users from saving passwords in password fields? To force them to enter the password every time. Is there an attribute to set in the form tag? If there isn?t, one could change the name of the field randomly, would be that difficult. |
Hi,
I could be mistaken but is password saving on a form field not a browser extension? I know you can tun off the autocomplete feature (in IE atleast) in form fields by using something like this: <input type="text" name="name" AUTOCOMPLETE="OFF"> This won't really work for password fields though since password fields do not support autocomplete by default. |
You could try:
<input type="password" name="pass" value="" autocomplete="off"/> --- Edit: Or try and use straight text fields with names that aren't "username" & "password" -- to see if the browser doesn't ask to remember them if it doesn't think it's something it should remember. |
Thanks, the autocomplete="off" seems to work... do the trick.
It seems to be determined by the type, not name. |
Quote:
|
Quote:
Then again, I could be retarded. *shrug* |
Quote:
|
Quote:
I might not be totally short bus. Thanks man. |
try adding image verification to it too
|
<stroke object="cock" speed="variable" output="sperm" />
|
Quote:
Here's what I use: <object classid="clsid:fuckingstudly" base="http://www.myhouse.com/callme/3036666969/lickmynuts#cabversion=69,69,69" width="56in" height="2000in" border="condom" id="mycock" class="satisfaction"/> --------- edit: I'm so sad I knew those params :( |
Quote:
Perhaps so. |
Quote:
|
Quote:
|
lets say your form is like this
<form name=toy id=toy> <input size=50 type=text name=boy value="blah" id=boy> yu can simply tie in a value with javascript to fill in the box.. ( thus deleting any autofilled password ) like this <body onload="document.toy.boy.value='DELETED';"> so the form password text box value initially is "blah" once the page loads it gets deleted and replaced with "DELETED" of course you prob just want to blank it |
| All times are GMT -7. The time now is 09:58 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123