Marijn index #52

Merged
11166932 merged 3 commits from marijn-index into master 2017-01-13 16:11:20 +01:00

View File

@@ -42,7 +42,9 @@
$confirmpasswordErr = "Wachtwoorden matchen niet"; $confirmpasswordErr = "Wachtwoorden matchen niet";
$correct = false; $correct = false;
?> ?>
<script>document.getElementById('id01').style.display='block'</script> <script>window.onload = function() {
document.getElementById('id01').style.display='block'
}</script>
<?php <?php
} }
} }