Forums
This topic is locked
disable autocomplete for CC payments
Posted 14 Aug 2002 15:37:55
1
has voted
14 Aug 2002 15:37:55 David Behan posted:
Anyone know any javascript or something to disable the auto complete on a credit card payment page. I don't want a user to put in their credit card number and then when they return or some one else does they can use auto complete to retrieve the previously entered credit card number.That make sense? Any solved this problem before?
Thanks
Dave
_________________________
WinXP : IIS 5.1 : StudioMX : ASP : VBScript
www.clicksdesign.com
Replies
Replied 14 Aug 2002 16:10:46
14 Aug 2002 16:10:46 David Behan replied:
got it... autocomplete="off" in the tag.
Cheeurs
_________________________
WinXP : IIS 5.1 : StudioMX : ASP : VBScript
www.clicksdesign.com
Cheeurs
_________________________
WinXP : IIS 5.1 : StudioMX : ASP : VBScript
www.clicksdesign.com
Replied 14 Aug 2002 17:46:28
14 Aug 2002 17:46:28 Dave Thomas replied:
do you put that in the Textbox tag dave?
"No-one ever said this stuff was easy <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>"
"No-one ever said this stuff was easy <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>"
Replied 14 Aug 2002 18:05:07
14 Aug 2002 18:05:07 David Behan replied:
<input name="card_number" type="text" class="textbox" id="card_number" size="20" maxlength="30" autocomplete="off" encrypt>
There you go....
_________________________
WinXP : IIS 5.1 : StudioMX : ASP : VBScript
www.clicksdesign.com
There you go....
_________________________
WinXP : IIS 5.1 : StudioMX : ASP : VBScript
www.clicksdesign.com