Re: Problem with submit in IE and FF
- From: Bart Van der Donck <bart@xxxxxxxxxx>
- Date: Fri, 15 Feb 2008 14:05:37 -0800 (PST)
szimek wrote:
On 15 Lut, 10:55, Bart Van der Donck wrote:
[...]Thanks! I solved the problem using Firefox 3 beta, which sends POST
request on form.submit() :) No idea why it doesn't work in FF 2.
When FF3 uses the POST-method, it should be the same under FF2. Any
javascript function that submits a form, does so in the method that is
specified by the form's 'method'-argument. In other words, <form
method="post" action="main.jsp"> is for POST and <form method="get"
action="main.jsp"> for GET. In absence of this argument (like <form
action="main.jsp">), it defaults to GET.
--
Bart
.
- References:
- Problem with submit in IE and FF
- From: szimek
- Re: Problem with submit in IE and FF
- From: Bart Van der Donck
- Re: Problem with submit in IE and FF
- From: szimek
- Problem with submit in IE and FF
- Prev by Date: Prototype - Good/Bad/Why?
- Next by Date: Re: "x.constructor == Foo" vs "x instanceof Foo"
- Previous by thread: Re: Problem with submit in IE and FF
- Next by thread: printing out variables
- Index(es):
Relevant Pages
|