<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Form Sample</title>
</head>
<body>
<form method="post" action="submit.php">
<input type="checkbox" onclick="submit()"> Check this checkbox to goto next page
</form>
</body>
</html>