Re: [Zope] Forms methods and IE 5.5
<form action="" method="POST"> ... <input type="submit" name="append_item:method" value="Add Item"> <input type="submit" name="index_html:method" value="Show list"></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 the second button is clicked.
But this an example in the Zope book and should work correctly, i even did this with IE5.5. I have been quoting Zope book examples wrongly before, but this one should behave correctly. I really don't see what the browsers have to do with it and the answer that Dieter Maurer gave surprises me. Could someone explain it a little more? Do you use this form from a method or from a document? Met vriendelijke groeten, Hans de Wit Stichting Farmaceutische Kengetallen Postbus 30460 2500 GL DEN HAAG Tel. 070-3737448 Fax 070-3737445
On Thu, 2002-01-03 at 11:25, H.de.Wit@SFK.NL wrote:
<form action="" method="POST"> ... <input type="submit" name="append_item:method" value="Add Item"> <input type="submit" name="index_html:method" value="Show list"></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 the second button is clicked.
Do you use this form from a method or from a document?
append_item, index_html and the method which produces this form are all DTML Methods, which are stored in the same folder... Thierry
participants (2)
-
H.de.Wit@SFK.NL -
Thierry Florac