Added popup

This commit is contained in:
Joey Lai
2017-01-13 15:52:46 +01:00
parent 96dd0864ee
commit 2ad1b49cfd

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
} }
} }