Dumping Form Information Onto a Web Pageby: Amrit HallanDumping Form Information Onto a Web Page There comes a time when you have to create very complex, very comprehensive online forms consisting of 30 to 40 fields. While debugging the form output, or while validating the individual form fields (for example, if all the fields have been filled), you need to dump all the form field with their names and with their respective values onto a web page so you can see exactly what is coming from where. This tutorial tells you how to do that. Suppose we have the following form. To make the example shorter, I have not used many fields. <form method=post action=showfields.asp> Now we write the code for the file showfields.asp <% © 2008 NetVisits, Inc. All rights reserved. |