Hat jemand eine Idee wie ich diesen Knopf belegen muß damit es klappt ?
<script language="JavaScript">
<!--
...
function jsfunction()
{
...
}
...
//-->
</script>
<form>
...
<input type=button value="JS-function starten" onClick="jsfunction()">
...
</form>
Steht aber alles in SELFHTML :-) !!!
Gruß Thomas.