473,396 Members | 2,002 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Control storing previous entered value

i am working on creditcard process. i got a problem with security number textbox control. it is storing previous entered values. how to restrict.

example : in yahoo mail page i entered my user name as vinod and password and got login

in new window in yahoo mail i opened i entered v in username field it will give vinod..

in my senario i want to restrict this. as creditcard is secute one

thank u in advace
Mar 5 '07 #1
6 1634
r035198x
13,262 8TB
i am working on creditcard process. i got a problem with security number textbox control. it is storing previous entered values. how to restrict.

example : in yahoo mail page i entered my user name as vinod and password and got login

in new window in yahoo mail i opened i entered v in username field it will give vinod..

in my senario i want to restrict this. as creditcard is secute one

thank u in advace
Disable the auto complete using

[HTML]
<form name="myForm">
<input type="password" name="myField" autocomplete="off">
</form
[/HTML]
Mar 5 '07 #2
drhowarddrfine
7,435 Expert 4TB
There is an 'autocomplete' attribute?
Mar 5 '07 #3
r035198x
13,262 8TB
There is an 'autocomplete' attribute?
Reasonably well supported according to this.
Mar 5 '07 #4
AricC
1,892 Expert 1GB
There is an 'autocomplete' attribute?
I wonder if IE supports that.
Mar 5 '07 #5
drhowarddrfine
7,435 Expert 4TB
There is a link on the Mozilla site shown above that links to a msdn page for it but that link is broken. So IE has a way of doing it but I dont' know if it's the same.

In any case, it's not a standard element but apparently banks and credit card companies asked for it so the browsers implemented it.
Mar 5 '07 #6
r035198x
13,262 8TB
Here is another link.
Mar 6 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Yoshitha | last post by:
Hello, I have a doubt... I have a TextBox by name txtMessage.Text ,Button by name btnSend and Datalist Control by name dltMessage i my aspx page. when i enter the data in text box and click...
1
by: ubmc | last post by:
Revised form layout by dragging/dropping fields from field list and deleting unwanted fields. However, unable to go to next existing record or return to previous existing record, but can add new...
2
by: John Lau | last post by:
Hi, Is there documentation that talks about the page lifecycle, the lifecycle of controls on the page, and the rendering of inline code, in a single document? Thanks, John
2
by: epigram | last post by:
I'm responding to a button click event on an asp.net web form. I then need to retrieve the value from a TextBox control and I want to compare it against the control's previous value to see if it...
15
by: Nathan | last post by:
I have an aspx page with a data grid, some textboxes, and an update button. This page also has one html input element with type=file (not inside the data grid and runat=server). The update...
1
by: Yoshitha | last post by:
Hello, I have a doubt... I have a TextBox by name txtMessage.Text ,Button by name btnSend and Datalist Control by name dltMessage i my aspx page. when i enter the data in text box and click...
12
by: Chris | last post by:
Are there any other controls which could replace List & Tree controls, because they have limitation of accepting only 32767 items. thanks a lot in advance.
1
by: Roach | last post by:
VB.NET 2005 2.0 Framework application is using a DataGridView for SQL data access and user data entry. As part of exception/error handling, the app wants to advise the user when he/she enters a...
7
by: Andy B | last post by:
I have a class I am creating for data access. I need to access controls from inside the class that are on a particular page. How do I do this? or is creating an instance of the page class and using...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.