Hi there,
I have a formular, where I named some of the textfields:
field[0], field[1], etc...
others I named word[0], word[1], etc...
Now I want to reset only some fields with a button. F.e. all 'fields' or all 'words'.
A document.formname.field.value=""; or something like that doesn't work, because I seemingly can't use fieldnames, which include brackets.
Any idea?
Thanks Alex


