Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> LiveHTML reports error while using "get" method
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
![]() |
![]() |