The Bookstore | Web Design | Tell a Friend | Make a Payment
Your browser does not support JavaScript. Update it for a better user experience. Powered by ExoClick.com Pay Per Click Program.
Back
Variables passed via Post <% 'Loop to find each variable name and varible value for each variable_name in request.form variable_value=request.form(variable_name) 'If there is a variable name and value inputted then write it also response.write variable_name &" = " response.write variable_value &" " &chr(13) next ' end for next loop for all end if ' end check for form values %>