Hi Suit,
Leider habe ich es nicht hinbekommen das ein Formular automatisch abgesendet wird, wenn der Checkbox angeklickt wird:
<HEAD>
<script language="JavaScript">
var theTarget = "_parent";
function goThere(){
if(!document.theForm.fzS.selectedIndex==""){
window.open(document.theForm.fzS.options[document.theForm.fzS.selectedIndex].value, theTarget,"");}}
</script>
</head>
<FORM name="theForm" ACTION="" METHOD="POST">
<input type=checkbox name="fzS" size="1" onChange="goThere()" value= "http://cgiformulare.de/cgi-bin//admin_baukasten.cgi?fz=1251902239&lei=1">
</form>
Irgend Etwas stimmt da nicht
Ben