Forum Moderators: mack
I have this piece of html code:
<form action="/cgi-bin/mekanika"
onsubmit="return checkCheckBox(this)">
<p align="center"><font color="#FF0000" size="5"><input
type="checkbox" name="agree" value="72453850905"> Goiko
baldintzak onartzen ditut </font></p>
<p align="center"><input type="submit" value="Aurrera"> <input
type="button" value="Irten"
onclick="document.location.href='/jma.html';"> </p>
</form>
When the box is checked it should run a cgi-script that opens another web-page. The script is written in c++ and runs fine with Xitami but not with Apache 2.0.52.
What should I write in the http.conf file?
Thanks,
Ruth