Hei!
Why does this code not redirect to the file "logg_inn.php"?
Code:
<head>
<script type="text/javascript">
function formSubmit()
{
document.getElementById("form").submit();
parent.frames[2].location='register.html';
parent.frames[4].location='something.html';
}
</script>
</head>
<body>
<form id="form" action="logg_inn.php">
some code...