how to make check boxes in html?

LoveOfVector

New member
I want to make a web page that has some legal info in it. I want to make it so that people have to click a box to move to the next page. I know how to make a check box, how do i make it so that they won't be able to move to the next page unless they click on the box?
 
<FORM ACTION="../cgi-bin/mycgi.pl">

<INPUT TYPE=CHECKBOX NAME="maillist">Yes! Put me on the list!<P>

<INPUT TYPE=SUBMIT VALUE="submit">
</FORM>
 
Back
Top