sharmarkasch
11-17-2003, 01:41 PM
Hello,
I have a cgi voting script from my yourhosting server but i would like people to vote 3 answers at 1 time and not push the button 3 times at each question........as the script is under here...
Who can help me re-write the script, so that people only have to push the button at the last question?????
Thanks for any help, so here is the script that was given to me by the yourhosting server.
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>vote</title>
</head>
<body stylesrc="acursus.htm" background="images/BACK-REO.JPG" link="#800000" vlink="#800000" alink="#800000">
<!---start here--->
Hoe vind u de nieuwe stijl van de website van de K.C. REO<br>
<form action="http://www.kcrijssen.nl/cgi-bin/poll/survey.pl" method="post"><input type="hidden" name="id" value="1">
<input type="radio" name="response" value="1" checked>Goed<br>
<input type="radio" name="response" value="2">Zeer Goed<br>
<input type="radio" name="response" value="3">Redelijk<br>
<input type="radio" name="response" value="4">Slecht<br>
<br><input type="submit" value="Vote!"> </form>
<a href="http://www.kcrijssen.nl/cgi-bin/poll/result.pl?id=1">Zie resultaat zonder te kiezen</a><br>
<!---end here--->
<!---start here--->
Kunt u vinden wat u zoekt op de website?<br>
<form action="http://www.kcrijssen.nl/cgi-bin/poll/survey.pl" method="post"><input type="hidden" name="id" value="2">
<input type="radio" name="response" value="1" checked>Gemakkelijk<br>
<input type="radio" name="response" value="2">Minder gemakkelijk<br>
<input type="radio" name="response" value="3">Moeilijk<br>
<br><input type="submit" value="Vote!"> </form>
<a href="http://www.kcrijssen.nl/cgi-bin/poll/result.pl?id=2">Zie resultaat zonder te kiezen</a><br>
<!---end here--->
<!---start here--->
Vind u de hyperlinks op de hoofdpagina overzichtelijk?<br>
<form action="http://www.kcrijssen.nl/cgi-bin/poll/survey.pl" method="post"><input type="hidden" name="id" value="3">
<input type="radio" name="response" value="1" checked>Ja<br>
<input type="radio" name="response" value="2">Nee<br>
<br><input type="submit" value="Vote!"> </form>
<a href="http://www.kcrijssen.nl/cgi-bin/poll/result.pl?id=3">Zie resultaat zonder te kiezen</a><br>
<!---end here--->
</html>
I have a cgi voting script from my yourhosting server but i would like people to vote 3 answers at 1 time and not push the button 3 times at each question........as the script is under here...
Who can help me re-write the script, so that people only have to push the button at the last question?????
Thanks for any help, so here is the script that was given to me by the yourhosting server.
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>vote</title>
</head>
<body stylesrc="acursus.htm" background="images/BACK-REO.JPG" link="#800000" vlink="#800000" alink="#800000">
<!---start here--->
Hoe vind u de nieuwe stijl van de website van de K.C. REO<br>
<form action="http://www.kcrijssen.nl/cgi-bin/poll/survey.pl" method="post"><input type="hidden" name="id" value="1">
<input type="radio" name="response" value="1" checked>Goed<br>
<input type="radio" name="response" value="2">Zeer Goed<br>
<input type="radio" name="response" value="3">Redelijk<br>
<input type="radio" name="response" value="4">Slecht<br>
<br><input type="submit" value="Vote!"> </form>
<a href="http://www.kcrijssen.nl/cgi-bin/poll/result.pl?id=1">Zie resultaat zonder te kiezen</a><br>
<!---end here--->
<!---start here--->
Kunt u vinden wat u zoekt op de website?<br>
<form action="http://www.kcrijssen.nl/cgi-bin/poll/survey.pl" method="post"><input type="hidden" name="id" value="2">
<input type="radio" name="response" value="1" checked>Gemakkelijk<br>
<input type="radio" name="response" value="2">Minder gemakkelijk<br>
<input type="radio" name="response" value="3">Moeilijk<br>
<br><input type="submit" value="Vote!"> </form>
<a href="http://www.kcrijssen.nl/cgi-bin/poll/result.pl?id=2">Zie resultaat zonder te kiezen</a><br>
<!---end here--->
<!---start here--->
Vind u de hyperlinks op de hoofdpagina overzichtelijk?<br>
<form action="http://www.kcrijssen.nl/cgi-bin/poll/survey.pl" method="post"><input type="hidden" name="id" value="3">
<input type="radio" name="response" value="1" checked>Ja<br>
<input type="radio" name="response" value="2">Nee<br>
<br><input type="submit" value="Vote!"> </form>
<a href="http://www.kcrijssen.nl/cgi-bin/poll/result.pl?id=3">Zie resultaat zonder te kiezen</a><br>
<!---end here--->
</html>