Home All Groups Group Topic Archive Search About

Question on Submit all fields on a tabstrip that is using multipage

Author
11 Jan 2006 3:54 PM
Keith McDonald
I have a apsx page that contains three tabs.  Each tab has several
standard html fields for user input.  On submission of the form, the
fields are not being submitted.(Fields not on the tabstrip are
submitted OK.  Request.form("xxx") is blank for all of the fields on
the tabstrip.

Any ideas?

Author
11 Jan 2006 6:25 PM
Keith McDonald
Found a workaround.  Removed the multipages and replaced with divs.
Hide and show divs as needed in javascript responding to the onclick
event of the tabstrip.

Fields are then submited without any problems.
Author
11 Jan 2006 6:26 PM
Wouter van Vugt
Hi Keith,

1. Are the fields actually present in the HTML on the clientside?
2. Do they have an ID?
3. Do the fields appear inside the right <form>?

If so, the data should be present.

Grtz,

Wouter van Vugt
Trainer - Info Support
http://blogs.infosupport.com/wouterv
Author
11 Jan 2006 9:01 PM
Keith McDonald
Thanks for the info.  Found the problem.  Had an include with a form
that was inside the other form...