response.write all form data?

M

Mats

Simple
For i = 1 to Request.Form.Count
Response.write (Request.Form.Item(i) & "<br>")
Next
You get the fields in the order they appear in the form (not the
taborder)
If you do
For each item in Request.Form
Response.Write (Request.Form(item) & "<br>")
Next
you dont get the values in any "understandable" order, see
http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=64
Just learnt this and not to put quotes in the wrong place here :)
Mats
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top