Hallo mrmassaker
so gehts:
<script language="javascript">
function test(variable)
{
//this.document.forms[0].variable.value="blabla";
document.getElementById(variable).value="isbesserso";
Nein, den Funktionsaufruf kannst du dir sparen.!
Dort steht:
window.document.forms[variable].value="blabla";
Struppi.