submitting <FORM> but nothing happens!!

T

Torben Birk

Hello

I fill out forms dependant of users login on to web-services - usual stuff..
When reaching a certain size I get problem trying submitting a html-form. I
will simple not submit.
I've seen similar when creating a link it cannot exceed the size of
2063Bytes.

any suggestions?

Best Regards

Torben Birk
 
B

Brian Cryer

Torben Birk said:
Hello

I fill out forms dependant of users login on to web-services - usual
stuff..
When reaching a certain size I get problem trying submitting a html-form.
I will simple not submit.
I've seen similar when creating a link it cannot exceed the size of
2063Bytes.

any suggestions?

Best Regards

Torben Birk

Internet Explorer has a maximum URL length limit of 2083 characters
(http://support.microsoft.com/kb/q208427/). If your form submits using GET
rather than POST then you may be hitting this limit. I don't know what the
behaviour would be if you are hitting this limit, whether it does nothing
(which is what you seem to be experiencing) or whether it uses a truncated
URL.

If it is related to using GET (and you are using IE) then can you change the
form to use POST instead?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top