Home>>Hardware>>possible to pass a form field name to a function, like this.value?
possible to pass a form field name to a function, like this.value?
FastCougar
11-23-2004, 05:19 PM
If I want to pass a value of the form field, I would use "this.value" ... what if my form field is dynamically named using server side script and I don't know the field's name ... is there a way to pass this value with something like "this.field" <--- doesn't work?
FastCougar
11-23-2004, 05:21 PM
nevermind ... I just figured it out ... I would reference "this" ;)