Probably a simple solution but here is my problem:
My script
Is called withCode:function princ(field,text) { var text=new Array(); text[0]="test1"; text[1]="test2"; text[2]="test3"; var e = document.getElementById(field); e.value=text[text]; }
Get en "undefined error". I must try to access the array wrong...but how?Code:princ(PRINCint,1)



Reply With Quote
Bookmarks