L
Lawood
I developed some CGI code on a UNIX based system and am now installing it on
a windows based system and have ran into a problem with a FORM POST ACTION.
The problem is when the link to the URL is executed the open fails with the
windows flag waving forever. If I point it to the same URL on my UNIX server
it works just fine. A sample of the code is below.
<FORM name='Selection_Test'
METHOD='POST' ACTION='http://www.xxxxxx.org/cgi-bin/Test.cgi'
onsubmit='return Validate(this)'>
<INPUT TYPE='hidden' NAME='Test' VALUE='OK'>
All help is much appreciated and thanks in advance.
Leonard
a windows based system and have ran into a problem with a FORM POST ACTION.
The problem is when the link to the URL is executed the open fails with the
windows flag waving forever. If I point it to the same URL on my UNIX server
it works just fine. A sample of the code is below.
<FORM name='Selection_Test'
METHOD='POST' ACTION='http://www.xxxxxx.org/cgi-bin/Test.cgi'
onsubmit='return Validate(this)'>
<INPUT TYPE='hidden' NAME='Test' VALUE='OK'>
All help is much appreciated and thanks in advance.
Leonard