- From: <Irene.Vatton@inrialpes.fr>
- Date: Wed, 12 Jul 2000 17:26:57 +0200
- To: Karl-Michael Schneider <schneide@phil.uni-passau.de>
- cc: www-amaya@w3.org
> How does Amaya handle the POST method in a <form> with a relative URL?
> For example, go to http://arxiv.org/format/cs/0007009
> The first three forms on this page (for creating PostScript and PDF) have a
> GET method while the last form (DVI) has a POST method with
> action="/dvi/cs/0007009". Amaya cannot load this file. Is this a bug in Amaya
> or should the method be GET rather than POST?
Hi Karl,
Your submit button doesn't provide an attribute name which is mandatory and
should
be sent to the server.
I suspect that your server in the first three forms doesn't take care about
the parameter.
It's why the result is OK.
I suggest you to set the attribute name instead of the attribute value.
--
Irene.
Received on Wednesday, 12 July 2000 11:27:03 UTC