Added popup #51

Merged
11057122 merged 1 commits from joey-testing into master 2017-01-13 16:06:10 +01:00

View File

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