April 27, 200917 yr morn / afternoon Ive written a fairly large vaccination request form for a local doctors surgery, when this is submitted it goes to an asp file which processes the filled in form fields, and then generates the email, one is sent to the doctors surgery and a simple confirmation email is sent to the client. However before I write the sending section I just want to test the form is bringing all variables through, and then simply dump these to the page by using: <%=strVariableName%> Now there is going to be around 60 different variables once the form is fully filled in, without me writing out the above line 60+ times is there any shortcut to this to "response.write" all variables? Thanks for the help
Create an account or sign in to comment