473,471 Members | 1,733 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Input text whit out suggestions

When I write some text in a input text and I submit it the browser (I
think) save the text and will show it in a list the next time you
write the same text in the same input text, in the same page.
My question is. Somebody know how I can make that this list of options
don't appear?
I don't want because I want to show a database list of options.
Thanks.

Sep 7 '07 #1
3 3297
Scripsit es*****@cabezudo.net:
When I write some text in a input text and I submit it the browser (I
think) save the text and will show it in a list the next time you
write the same text in the same input text, in the same page.
It may. It has nothing to do with HTML, really. It's a browser feature,
considered as nice user-friendliness by some, as security threat by some
others. As usual, both are right and wrong.
My question is. Somebody know how I can make that this list of options
don't appear?
This depends on your browser.
I don't want because I want to show a database list of options.
Huh? Sounds rather unrelated.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

Sep 7 '07 #2
On 7 Sep, 02:10, "este...@cabezudo.net" <este...@cabezudo.netwrote:
When I write some text in a input text and I submit it the browser (I
think) save the text and will show it in a list the next time you
write the same text in the same input text, in the same page.
My question is. Somebody know how I can make that this list of options
don't appear?
I don't want because I want to show a database list of options.
Thanks.
Change the field name every time you display the page... This is easy
if you use scripting language...

Sep 7 '07 #3
I found the solution looking for another thing in a site.
You can turn off the feature with
<input type="text" autocomplete="off"...
It work in firefox. I cant try with it in explorer now. If I do, I put
another post.
Thanks.

On 7 sep, 05:35, "Jukka K. Korpela" <jkorp...@cs.tut.fiwrote:
Scripsit este...@cabezudo.net:
When I write some text in a input text and I submit it the browser (I
think) save the text and will show it in a list the next time you
write the same text in the same input text, in the same page.

It may. It has nothing to do with HTML, really. It's a browser feature,
considered as nice user-friendliness by some, as security threat by some
others. As usual, both are right and wrong.
My question is. Somebody know how I can make that this list of options
don't appear?

This depends on your browser.
I don't want because I want to show a database list of options.

Huh? Sounds rather unrelated.

--
Jukka K. Korpela ("Yucca")http://www.cs.tut.fi/~jkorpela/

Sep 7 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Mattia | last post by:
Hi! I have a <form> that can be submitted thruogh three buttons and I need to tell witch one was pressed when the form was submitted. I now do it with 3 <input type="submit" name="..."...
5
by: Mikko Rantalainen | last post by:
See example at <URL:http://www.cc.jyu.fi/~mira/moz/formtest.php>. The problem is that the label of submit button is always centered on the button regardsless of 'text-align' property in CSS....
6
by: Ben | last post by:
Here's what I have se far: <script type="text/javascript"> other_text.disabled = true; function other_text() { other_text.disabled = (other_check.checked == false)? false : true; } </script>...
4
by: R Bolling | last post by:
I have a text file from a text document that has very long rows (two or three paragraphs from a text document for each row). Importing to text cuts it off at 255 characters, and importing to a...
1
by: Admir Hod?ic via AccessMonster.com | last post by:
I use some old fashion program whit DBF files and now i step by step moving thth to acces. Problem occurs when i try to link DBF tables whit MEMO FILED wich requvest file whit ''name''.ftp extension...
1
by: John_H | last post by:
Re: ASP.NET 2.0 I would like suggestions or code examples on how to collect a variable length list of input data (item# & item quantity specifically). I thought that I could accomplish this...
4
by: WB | last post by:
Hi, I need to validate a hidden input in my webform to ensure that it's got value. The controls look something like this: <input id="HidSelectedStates" type="hidden" runat="server" /><br...
2
by: charles-brewster | last post by:
I have progressed the copytext function test page a little since my original post here in the small hours this morning. It now opens a debugging window so I can try to figure out what it is or...
6
by: Omicron | last post by:
Hello, Can someone lead me in the right direct with this request: Please look at the piece of code below: <table summary="Sort Buttons"> <tr> <td> <input onclick="justSong_filter()"...
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
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
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
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.