HTML:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
<script language="JavaScript" type="text/JavaScript">
function refreshButton(){
var reflist = document.getElementById('Form1:command2');
reflist.click();
// alert('hello world!');
}
</script>
</head>
<body onLoad="refreshButton()">
<form id="Form1" name="Form1" action="lalala.php" method="post">
<input type="submit" name="command2" id="command2">
</form>
</body>
</html>
wo ist der fehler?
er führt zwar die funktion aus.. hab ich mit einem alert getestet aber leider nicht den button drücken...
Zuletzt bearbeitet: