473,508 Members | 2,303 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

No submit returned in IE form

With the simple form:
<form action="<%= Request.ServerVariables("SCRIPT_NAME")%>" method="post"
name="form1">
<input type="text" name="text1">
<input type="Submit" name="Submit" value="Submit">
</form>
If I click Submit it posts "text1=&Submit=Submit".
If I select text1 and hit Enter, it only posts "text1=" in IE (as above in
Firefox).

If I add a second input <input type="text" name="text2">, select text1 and
hit Enter, it posts text1=&text2=&Submit=Submit in IE.

Is this by design and if so why?


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Mar 31 '06 #1
2 1191

Roger Withnell wrote:
With the simple form:
<form action="<%= Request.ServerVariables("SCRIPT_NAME")%>" method="post"
name="form1">
<input type="text" name="text1">
<input type="Submit" name="Submit" value="Submit">
</form>
If I click Submit it posts "text1=&Submit=Submit".
If I select text1 and hit Enter, it only posts "text1=" in IE (as above in
Firefox).

If I add a second input <input type="text" name="text2">, select text1 and
hit Enter, it posts text1=&text2=&Submit=Submit in IE.

Is this by design and if so why?


http://www.cs.tut.fi/~jkorpela/forms/enter.html

--
Mike Brind

Mar 31 '06 #2
"Roger Withnell" <ro*********@THISupperbridge.co.uk> wrote:
With the simple form:
<form action="<%= Request.ServerVariables("SCRIPT_NAME")%>" method="post"
name="form1">
<input type="text" name="text1">
<input type="Submit" name="Submit" value="Submit">
</form>
If I click Submit it posts "text1=&Submit=Submit".
If I select text1 and hit Enter, it only posts "text1=" in IE (as above in
Firefox).

If I add a second input <input type="text" name="text2">, select text1 and
hit Enter, it posts text1=&text2=&Submit=Submit in IE.

Is this by design and if so why?


Looks like an IE bug to me. Few developers make any use of the value
submitted by the <input type="submit"...> button, so few would notice
or be bothered by this bug.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov
Mar 31 '06 #3

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

Similar topics

0
5514
by: Terence Parker | last post by:
I am trying to connect an e-commerce system to a payment gateway (located in Hong Kong). The gateway takes values in the form of a simple form submit - however, the results (i.e. authorisation...
4
4276
by: Eric | last post by:
Hey Everyone.. I have a form that has approximately 7 text fields and 1 checkbox. Generally when this form is submitted(to itself BTW) it works fine, however, when the checkbox is only field...
2
73348
by: Terence Parker | last post by:
How does one go about submitting a form with a link - but submitting it to a new window AND to a page different to that described within the action="" option of the <form> tag? Say, for example,...
10
19308
by: Gregory A Greenman | last post by:
I'm trying to write a program in vb.net to automate filling out a series of forms on a website. There are three forms I need to fill out in sequence. The first one is urlencoded. My program is...
17
1901
by: gsb | last post by:
HOW TO: Submit a form to PHP with no return? I need to submit a form for file upload to a PHP script but do not want anything returned. That is the TARGET for the form should be like a null...
13
1729
by: John Kiernan | last post by:
Hey JavaScript gurus... I'm going to try this again. I haven't gotten as much help as I have advice on style<grin>. I appreciate (having programmed in other languages for quite a while) that...
3
1868
by: Taras_96 | last post by:
Hi everyone, I've got a rather unconventional architecture that I'm having problems with... I have a form called "searchForm", that has an input of type "submit" (with name = "submitButton...
10
6045
by: ljlolel | last post by:
So.. I have a form that submits to an ASP.net site made in C-sharp. The ASP site is not mine, i do not have the server side code. When I submit from my form by pressing the Submit button, I get...
2
1528
by: Justin09 | last post by:
Hello. I have a frames page that has a header, body and a footer. The header frame has an ajax autocomplete that returns a number and a string from a database. Here is what happens. The user...
0
7225
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
7324
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
7382
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
7495
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...
1
5052
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
4707
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
3193
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1556
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
766
muto222
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.