Click here to Skip to main content
15,890,438 members
Home / Discussions / Web Development
   

Web Development

 
QuestionCSS Parent Selector Pin
eggie55-Jul-07 18:23
eggie55-Jul-07 18:23 
AnswerRe: CSS Parent Selector Pin
Guffa6-Jul-07 8:53
Guffa6-Jul-07 8:53 
QuestionSaving picture on webpage problem. [modified] Pin
Junior Boy5-Jul-07 16:40
Junior Boy5-Jul-07 16:40 
AnswerRe: Saving picture on webpage problem. Pin
Fred_Smith6-Jul-07 3:36
Fred_Smith6-Jul-07 3:36 
GeneralRe: Saving picture on webpage problem. Pin
Junior Boy6-Jul-07 5:23
Junior Boy6-Jul-07 5:23 
GeneralRe: Saving picture on webpage problem. Pin
Fred_Smith6-Jul-07 5:55
Fred_Smith6-Jul-07 5:55 
GeneralRe: Saving picture on webpage problem. Pin
Junior Boy6-Jul-07 6:25
Junior Boy6-Jul-07 6:25 
Question"Classic" ASP Form Behavior Pin
#realJSOP5-Jul-07 10:20
mve#realJSOP5-Jul-07 10:20 
I have a form defined as follows:

<form id="formManualAdd"
      action="thispage.asp?myAction=addPerson"
      method="post" 
      onsubmit="return ValidateData(this);">

<table>
    <tr>
        <td>Last name:</td> <td><input type="text" id="lastName" size="25" value="" /></td>            
    </tr>
    <tr>
        <td>First name:</td><td><input type="text" id="firstName" size="25" value="" /></td>
    </tr>
    <tr>
        <td>SSN:</td><td><input type="text" id="SSN" size="20" value="" /></td>
    </tr>
    <tr>
        <td colspan="2" align="center"><button name="submit" type="submit" value="submit">Submit</button></td>
    </tr>
</table>

</form>


I have the following VBScript:

Dim myAction:       myAction       = request.QueryString("myAction")
if (myAction = "addPerson") then
    ' the following code is hit
    Dim in_sLastName:   in_sLastName   = request.Form("lastName")
    Dim in_sFirstName:  in_sFirstName  = request.Form("firstName")
    Dim in_sSSN:        in_sSSN        = request.Form("SSN")
end if


When I click the button, it goes through the code in the "if" block, but the retrieved values ("request.Form(blah blah)") are null. Why?






"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


AnswerRe: &quot;Classic&quot; ASP Form Behavior Pin
Fred_Smith5-Jul-07 11:31
Fred_Smith5-Jul-07 11:31 
GeneralRe: &quot;Classic&quot; ASP Form Behavior Pin
#realJSOP6-Jul-07 3:14
mve#realJSOP6-Jul-07 3:14 
QuestionRich Text Editor Queries Pin
Andrew Mc5-Jul-07 10:14
Andrew Mc5-Jul-07 10:14 
QuestionQuestion for TCP/IP/HTTP experts Pin
Xiangyang Liu 刘向阳5-Jul-07 0:51
Xiangyang Liu 刘向阳5-Jul-07 0:51 
AnswerRe: Question for TCP/IP/HTTP experts Pin
Guffa5-Jul-07 6:42
Guffa5-Jul-07 6:42 
GeneralRe: Question for TCP/IP/HTTP experts Pin
Xiangyang Liu 刘向阳6-Jul-07 1:39
Xiangyang Liu 刘向阳6-Jul-07 1:39 
QuestionASP code Pin
Marcus_leongwc5-Jul-07 0:49
Marcus_leongwc5-Jul-07 0:49 
AnswerRe: ASP code Pin
Sathesh Sakthivel5-Jul-07 1:47
Sathesh Sakthivel5-Jul-07 1:47 
AnswerRe: ASP code Pin
debo_owoseni5-Jul-07 2:16
debo_owoseni5-Jul-07 2:16 
GeneralRe: ASP code Pin
Christian Graus5-Jul-07 10:44
protectorChristian Graus5-Jul-07 10:44 
AnswerRe: ASP code Pin
Christian Graus5-Jul-07 9:35
protectorChristian Graus5-Jul-07 9:35 
QuestionClient and Server communication !! Pin
ashachandu4-Jul-07 21:29
ashachandu4-Jul-07 21:29 
QuestionHow to get the locale id of a given date Pin
Sachin Pimpale4-Jul-07 20:36
Sachin Pimpale4-Jul-07 20:36 
AnswerRe: How to get the locale id of a given date Pin
Michael Sync4-Jul-07 23:10
Michael Sync4-Jul-07 23:10 
QuestionDelegate problem. plz help. its urgent. Pin
Atif Ali Bhatti4-Jul-07 20:31
Atif Ali Bhatti4-Jul-07 20:31 
QuestionImageButton problem. Pin
Junior Boy4-Jul-07 19:31
Junior Boy4-Jul-07 19:31 
AnswerRe: ImageButton problem. Pin
Luay.Essa4-Jul-07 20:33
Luay.Essa4-Jul-07 20:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.