Hello again,
could any body tell me if it's possible to know the type of a html form object in an asp page!
I mean, It's possible to do something like this:
if request("nombre"
.type="textbox" then
.
.
.
if request("nombre"
.type="checkbox" then
..
.
Thanks a lot!
could any body tell me if it's possible to know the type of a html form object in an asp page!
I mean, It's possible to do something like this:
if request("nombre"
.
.
.
if request("nombre"
..
.
Thanks a lot!