[zope] Forms methods and IE 5.5

Wade Leftwich wade@okaynetwork.com
Mon, 31 Dec 2001 18:00:18 -0500


----------  Forwarded Message  ----------

Subject: Re: [zope] Forms methods and IE 5.5
Date: Mon, 31 Dec 2001 17:51:05 -0500
From: Wade Leftwich <wade@lightlink.com>
To: zope@egroups.com
Cc: thierry.florac@onf.fr

Try
<form action=3D"." method=3D"POST">

It works in Opera, Konqueror and IE 5.5. I haven't tested with Netscape.

Wade Leftwich
Ithaca, NY

On Monday 31 December 2001 16:26, you wrote:
> =A0 =A0Date: 31 Dec 2001 12:47:18 +0100
> =A0 =A0From: "Thierry Florac" <thierry.florac@onf.fr>
> Subject: Forms methods and IE 5.5
>
> Hi,
>
> I have tried to use several buttons in the same <FORM>, with the
> following syntax :
>
> <form action=3D"" method=3D"POST">
> =A0 ...
> =A0 <input type=3D"submit" name=3D"append_item:method" value=3D"Add Ite=
m">
> =A0 <input type=3D"submit" name=3D"index_html:method" value=3D"Show lis=
t"></td>
> </form>
>
> This works fine with Konqueror and Netscape, but not with Opera or IE
> 5.5 : with these browsers, it's the current URL which is called when th=
e
> second button is clicked.
>
> Does anybody knows where this problem comes from ? Is this a standard
> HTML feature which is not well supported by these browsers ? Is there
> any way to get this working correctly ???
>
> Thanks for any help...

-------------------------------------------------------