| |
MadDogm16
Posts: 1
Score: 0
Joined: 10/24/2004
From:
Status: offline
|
Well I'm trying to do a test of Response.Write but it doesn't seem to work everytime I click submit it just refreshes back to the original page here it is <HTML> <HEAD> <title>User Registration</title> <% SubmitButton = Request.Form("btnSubmit) If SubmitButton = "Submit" Then Response.Write "Your Information has been added to the database" Else %> </HEAD> <body ms_positioning="GridLayout"> <TABLE height="905" cellSpacing="0" cellPadding="0" width="672" border="0" ms_2d_layout="TRUE"> <TR> <TD width="0" height="0"></TD> <TD width="10" height="0"></TD> <TD width="662" height="0"></TD> </TR> <TR vAlign="top"> <TD width="0" height="15"></TD> <TD colSpan="2" rowSpan="2"> <form action="Test.asp" method="post"> <TABLE height="655" cellSpacing="0" cellPadding="0" width="893" border="0" ms_2d_layout="TRUE"> <tr> <td><INPUT id="btnSubmit" type="submit" value="Submit" name="btnSubmit"></td> </tr> </form> </TD> </TR> <TR vAlign="top"> <TD width="0" height="890"></TD> <TD> <% End If %> </TD> </TR> </TABLE> </body> </HTML>
_____________________________
Time to rock out with my sock out. Woo Hoo!
|
|