I’m trying to make a inlog
After the inlog I like a form to popup.
Problem is that the browser after submit makes a reload.
- How to stop the reload.
- Or …………………
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<script type="text/javascript">
function weg(){
document.getElementById('ff').style.display='none'; // Hide state dropdown}
document.getElementById('fff').style.display='none'; // Hide state dropdown
}
function inlog()
{document.getElementById('fff').style.display="block";
document.getElementById("tekstv").innerHTML="<hr>";
//document.getElementById('ff').style.display="block"; // show state dropdown
}
function go(){
var naam = document.form1.naam.value;
if (naam=="jan"){alert(naam);
document.getElementById('ff').style.display="block";}
Bookmarks