Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Don - TFE, Inc #1
Prevent Form Cache
Hello~
I am looking for a method to prevent form entry fields from being cached.
I need to prevent the user from being able to click on a forms field and a
drop down appearing which lets them choose from a previous entry.
Any help greatly appreciated.
Thanks in advance,
Don
Don - TFE, Inc Guest
-
Contact Form (php) - how to prevent new window
My contact form works just fine, however, I currently have the target set to "_blank" which is not what I want. Rather than opening the .php file... -
Prevent Form to run from external site
Hello! Can anyone please tell me how can I do to prevent a Form to run from external site? I need that it just run in my site, like... -
How can I prevent MP3s to end up in the cache file in the user's pc?
Hi all. I stream MP3s (demo work) from my website. I would like them not to end up in the user's Temporary Files folder. Is there any way to... -
Dupe Prevent on Form Submit
I have an html form, that has fields and when the submit button is pressed, the information is transferred to a php file. Which then inserts the... -
prevent form submit ...
I have a web form with multiple part. I do want the user to click the submit button to post back, so I know which functionality was triggered. ... -
Rexervoir_dog #2
Re: Prevent Form Cache
Try this:
<form>
<INPUT TYPE="password" AUTOCOMPLETE="off">
</form>
I haven't used it, but I think it works. You might wanna try putting the autocomplete directive in the form tag.
Rexervoir_dog Guest
-
-
Michael Fesser #4
Re: Prevent Form Cache
..oO(Don - TFE, Inc)
Impossible. It's a browser setting.> I am looking for a method to prevent form entry fields from being cached.
Micha
Michael Fesser Guest
-
Michael Fesser #5
Re: Prevent Form Cache
..oO(Rexervoir_dog)
Invalid code.>Try this:
>
><form>
> <INPUT TYPE="password" AUTOCOMPLETE="off">
></form>
Micha
Michael Fesser Guest
-
Don - TFE, Inc #6
Re: Prevent Form Cache
Michael, it does work.
I put a demo up here:
[url]http://www.toolsforeducation.com/tfe/VzB/autocomplete_field_demo.html[/url]
Don - TFE, Inc Guest
-
Michael Fesser #7
Re: Prevent Form Cache
..oO(Don - TFE, Inc)
It _may_ work. It's invalid code, the 'autocomplete' attribute is not>Michael, it does work.
part of any web standard.
Micha
Michael Fesser Guest



Reply With Quote

