<html> <head> <link rel="Stylesheet" type="text/css" href="style.css"> <meta content="text/html; charset=ISO-8859-2" http-equiv="content-type"> //TEKST (tu napewno nie ma tych literek) <script LANGUAGE="JavaScript"> <!-- Begin function checkCheckBox(f){ if (f.agree.checked == false ) { alert('Musisz zaakceptować regulamin.'); return false; }else return true; } // End --> </script> <form action="index2.php" method="POST" onsubmit="return checkCheckBox(this)"> <table align="center"> <tr> <tr> <tr> <tr> </form> </body> </html> <?php include("foot.php"); ?>
----