3 Jan
2002
3 Jan
'02
10:56 a.m.
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