Ohne Titel - FileMaker Magazin

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,
initial-scale=1.0" />
<title>Medicalbizz Activation</title>
<style>
body {
background-color: #FFFFFF;
}
</style>
<script>
window.onload = function(){
document.getElementById("myForm").submit();
}
</script>
</head>
<body>
<form name="myForm" id="myForm" method="post"
action="http://www.MyWebserver.ch/Serverscript_js.php">
<input type="hidden" name="Registrationstext"
value=„PersistentID“>
<input type="hidden" name="Aktivierungsnummer"
value=„12345678“>
<input type="hidden" name="token" value=„PASSWORT“>
</form>
</body>
</html>