Advertisement

09.09.2008 at 06:05AM PDT, ID: 23715247 | Points: 500
[x]
Attachment Details

Posting values for validation check

Asked by flfmmqp in Active Server Pages (ASP), JavaScript

I have an entry form that I just updated to have some combo box filtering.  It forced me to change the form header from this :
<FORM METHOD="post" ACTION="CE_EntryForm_Process.asp" name="CE_EntryInfo" ENCTYPE="application/x-www-form-urlencoded">

To this:
<FORM METHOD="post" onSubmit="return submitForm()" name="CE_EntryInfo" ENCTYPE="application/x-www-form-urlencoded">

This also caused me to change my submit button from:
                  <INPUT TYPE=submit VALUE="Submit" style="font-family: Trebuchet MS" tabindex="30"></span>
To this:
                  <input id="btnSubmit" type="button" value="Submit2" onclick="redirectToProccessPage()"/><br />

My problem that my validation from cannot pick up the values fromt he form anymore.  I was using this to get the values:
    username = Request.form("username")

Is their a simple way to fix this?Start Free Trial
 
 
[+][-]09.09.2008 at 06:28AM PDT, ID: 22427085

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.09.2008 at 06:55AM PDT, ID: 22427361

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.09.2008 at 07:38AM PDT, ID: 22427839

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.09.2008 at 07:41AM PDT, ID: 22427872

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.09.2008 at 12:25PM PDT, ID: 22431218

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.10.2008 at 02:11AM PDT, ID: 22436490

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.10.2008 at 02:12AM PDT, ID: 22436499

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.10.2008 at 05:02AM PDT, ID: 22437366

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.10.2008 at 05:13AM PDT, ID: 22437448

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.10.2008 at 12:36PM PDT, ID: 22442100

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.10.2008 at 01:08PM PDT, ID: 22442435

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.10.2008 at 01:09PM PDT, ID: 22442441

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628