Re: Reference input without ID
- From: "Tom Cole" <tcole6@xxxxxxxxx>
- Date: 31 Aug 2006 10:44:19 -0700
Don't provide any ID or name for the forms and provide the same ID for
all input boxes. Then reference them by:
document.forms[0].element['criteria']
document.forms[1].element['criteria']
document.forms[2].element['criteria']
HTH
.
- References:
- Reference input without ID
- From: PRESENT321
- Re: Reference input without ID
- From: McKirahan
- Re: Reference input without ID
- From: PRESENT321
- Reference input without ID
- Prev by Date: Re: User preload to execute a script on the sever side
- Next by Date: use javascript without postback
- Previous by thread: Re: Reference input without ID
- Next by thread: trap of click event for firefox and IE
- Index(es):