Jump to content

Oyster

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Oyster's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, I'm writing my own quiz and I need one script. When the user choose bad answer under the quiz he'll see the text that his answer isn't good, and if he choose correct answer he'll see the text that his answer is good. Here you have the code of my quiz: <tr>     <td class="text" align="left">   <font SIZE="3"><center>Quiz about my site</center></font></B>   1. When I made this site?   <INPUT TYPE="radio" NAME="ans1" value="1"> in 1996   <INPUT TYPE="radio" NAME="ans2" VALUE="2"> in 1992   <INPUT TYPE="radio" NAME="ans3" VALUE="3"> in 2006   <INPUT TYPE="radio" NAME="ans4" VALUE="4"> in 2003     <form><input TYPE="button" VALUE="Next question" onClick="parent.location.href='quiz2.html'"></FORM>     </td> </tr> </table>
  2. Hi, I'm writing my own quiz and I need one script. When the user choose bad answer under the quiz he'll see the text that his answer isn't good, and if he choose correct answer he'll see the text that his answer is good. Here you have the code of my quiz: <tr>     <td class="text" align="left"> <b><font SIZE="3"><center>Quiz about my site</center></font></B><br></b> <b>1. When I made this site?</b> <br><INPUT TYPE="radio" NAME="ans1" value="1"> in 1996     <br><INPUT TYPE="radio" NAME="ans2" VALUE="2"> in 1992 <br><INPUT TYPE="radio" NAME="ans3" VALUE="3"> in 2006     <br><INPUT TYPE="radio" NAME="ans4" VALUE="4"> in 2003 <br> <br><form><input TYPE="button" VALUE="Next question" onClick="parent.location.href='quiz2.html'"></FORM> </td> </tr> </table>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.