Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> LiveHTML reports error while using "get" method

LiveHTML reports error while using "get" method

From: Michael Mikx <mmik_at_it.ru>
Date: Tue, 14 Apr 1998 11:07:51 +0300
Message-ID: <6gv1u6$smr@louis.itco.msk.su>


How to pass parameters to LiveHTML using URL-encoded "GET" method ?


Passing parameters to LiveHTML using "get" method cause error:

http://www/ssi/test.html?id=1 -- it doesn't work ("The request had invalid syntax.")

But it does:


<form action="http://www/ssi/test.html" method=post>
<input type=text name="id" value="1">
<input type=submit>
</form>

I'm using OWS 3.0.1t on WinodwsNT 4.0 SP3.

Thanks, Michael. Received on Tue Apr 14 1998 - 03:07:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US