|
drudarby -> code (2/27/2006 22:44:15)
|
okay here goes.... i'm making a simple asp page--you fill in a questionnaire on the first page and it submits to a page that holds the HTML of the questions you wree asked with your answers in the next column. what i did was just typed in the HTML for the tables in design view and then went into code view and somehow sorted though the <:s and > s and inserted the <% response.write(request.form("name"))%> in the proper place. now; i will have several different forms and answers and it would take DAYS to do this the way i'm doing it now. any ideas? i dont want to submit to a database; just to the next page for the code. basically, i'm trying to do what they do on this page: http://www.bzoink.com/S57/ they are using straight HTML i noticed; do i even need to be using asp?? please help!
|
|
|
|