dsullinger
MIS
I'm running Apache 2 on a Windows 2000 Workstation with SP4. I've created a simple VB CGI program that will grab the input from the "post" and display the STDIN line in a message box just for debugging. My HTML code is simple:
<form method="post" action="/cgi-bin/test.exe">
Your Name:
<input type="text" name="name"><br>
<input type="submit" value="Submit" name="B1">
</form>
Yet, when I select the submit, nothing is ever posted to test.exe, yet if I key in " then the word "Works!" pops up in the message box.
Any idea why the data isn't posting? I thought it might be something I have configured incorrectly in Apache.
What additional information is needed?
Thanks in advanced.
<form method="post" action="/cgi-bin/test.exe">
Your Name:
<input type="text" name="name"><br>
<input type="submit" value="Submit" name="B1">
</form>
Yet, when I select the submit, nothing is ever posted to test.exe, yet if I key in " then the word "Works!" pops up in the message box.
Any idea why the data isn't posting? I thought it might be something I have configured incorrectly in Apache.
What additional information is needed?
Thanks in advanced.