473,395 Members | 1,915 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,395 software developers and data experts.

Problem with the browser stored data (form fields)!

kvijayhari
hi

i'm having a form in which a text field has a js function which lists the name of the customer by searching the letters typed in the field.. (like the one on gmail mail to column)

The js funtion is working well and there's no problem until i activated the store data options in the browser.

Once i use the forms the data entered before in the form fields are stored by the browser and they are gets listed over the div that is listed by the invoked js function. i want to restrict the browser not to list the stored form data for that field or even restrict the storage of data for that particular field..

Can anyone help on this?
Jul 26 '07 #1
7 1464
pbmods
5,821 Expert 4TB
Heya, kvijayhari.

What do you want your code to do? Give an example.
What is your code doing that you don't want it to do? Give an example.
What is your code *not* doing that it is supposed to? Give an example.
Jul 26 '07 #2
hi

Heya, kvijayhari.
What do you want your code to do? Give an example.
My code does what i want to. (i.e) displaying a div with the names of the matched entries when i type the characters in the search box...

What is your code doing that you don't want it to do? Give an example.
The code is not doing anything differently...

What is your code *not* doing that it is supposed to? Give an example
Here's the question i should answer. I've set the options in the firefox browser

"Remember what i enter in the forms and search bar" ... this is causing the issue..

once my code lists the names, i used to click any one of the names to set them in the specific field (the same field where i enter the characters for searching)..

Now again i'm visting the same page then i enter some characters in the same field ,, now comes the problem, the stored data which is done by the option set by me in the browser is displayed over the div which is displayed bcoz of my code..

I think u got it clear now ..

Now what i want is i want to restrict the browser from displaying the stored form data for that particular field.. or even not to store the data for that form field..
Jul 27 '07 #3
hi

anybody there to answer this post i still looking for the answer..

please
Jul 31 '07 #4
gits
5,390 Expert Mod 4TB
hi ...

may be the attribute:

autocomplete="off"

is of some help? you may set it to the entire form or specific input-fields ... please tell me if this is working ... because i never tried it ;)

kind regards
Jul 31 '07 #5
hi ...

may be the attribute:

autocomplete="off"

is of some help? you may set it to the entire form or specific input-fields ... please tell me if this is working ... because i never tried it ;)

kind regards
Hi

it's working nicely!! thanks.. What a simple attribute i missed out..

I looked for the options for the AUTOCOMPLETE thru google and some sites suggest that we can use that but couldn't rely on..

I don't know reason behind that..

Any way it's working nice..

Thanks for helping
Aug 3 '07 #6
gits
5,390 Expert Mod 4TB
hi ...

glad you got it working ... but i think too ... that older browsers don't support this attribute. may be you find out which browsers that may be and if that might be a problem ...

kind regards
Aug 3 '07 #7
acoder
16,027 Expert Mod 8TB
Hi

it's working nicely!! thanks.. What a simple attribute i missed out..

I looked for the options for the AUTOCOMPLETE thru google and some sites suggest that we can use that but couldn't rely on..

I don't know reason behind that..

Any way it's working nice..

Thanks for helping
The reason might be that autocomplete is not a standard attribute, but I think it is supported by most modern browsers (though I haven't checked).
Aug 3 '07 #8

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

Similar topics

2
by: L. Healy | last post by:
Hello All, I am pretty new to php, and I think this group is the right place to ask about this problem - please don't flame me if it isn't! I have an online questionnaire. The idea is that...
9
by: Bartosz Wegrzyn | last post by:
I need help with sessions. I createt set of web site for nav with authorization. first I go into main.php which looks like this: <?php //common functions include_once '../login/common.php';...
0
by: Mike Schellhase | last post by:
I am building a Windows application that hosts an ASP.NET application using the MS Web Browser Control. (see http://www.west-wind.com/presentations/aspnetruntime/aspnetruntime.asp for a similar...
10
by: Saso Zagoranski | last post by:
hi, this is not actually a C# problem but since this is the only newsgroup I follow I decided to post my question here (please tell me where to post this next time if you think this post...
4
by: Alex Sibilev | last post by:
Hello, I have a really weird problem I've been trying to solve it without any luck for the last couple of hours :( I'm writing a "conference board" application (quite similar to ASP.NET...
4
by: Vigneshwar Pilli via DotNetMonster.com | last post by:
Hey, Well, I have a Problem. I have designed a table which has few fields which are being declared in the database of type .... char of length 10. and other fields with varchar 50 and...
7
by: Dabbler | last post by:
I'm using an ObjectDataSource with a stored procedure and am getting the following error when trying to update (ExecuteNonQuery): System.Data.SqlClient.SqlException: Procedure or Function...
1
by: apstein | last post by:
Hi, I have an HTML form (generated by php) which I am rendering in Internet Explorer 6. My original problem was that if the user submitted the form, and then used the back button to return to...
2
by: sirdavethebrave | last post by:
Hi guys - I have written a form, and a stored procedure to update the said form. It really is as simple as that. A user can go into the form, update some fields and hit the update button to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
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.