
Signature
Chris Smith - Lead Software Developer / Technical Trainer
MindIQ Corporation
Is there anyway I can go around it? like using JavaScript or anything?
Let me explain a little bit more. I have a text field that is necessary
for all the forms, but it is located on the top of all forms. Because
we don't want that text field show up on everywhere.
I appreciate your help
> > I have a lot of forms on a page and each form with a action button that
> > will send the information to the servlets. And after I click the action
[quoted text clipped - 8 lines]
> Chris Smith - Lead Software Developer / Technical Trainer
> MindIQ Corporation
Chris Smith - 26 Jun 2006 22:25 GMT
> Is there anyway I can go around it? like using JavaScript or anything?
> Let me explain a little bit more. I have a text field that is necessary
> for all the forms, but it is located on the top of all forms. Because
> we don't want that text field show up on everywhere.
If you can count on the user having JavaScrip enabled, then you can put
a hidden field into each form, and copy the value from the visible text
field into that hidden field in an onsubmit handler. The problem with
this is that it doesn't gracefully fall back to a working application if
your user has disabled JavaScript.

Signature
Chris Smith - Lead Software Developer / Technical Trainer
MindIQ Corporation