axys
06-22-2005, 12:54 PM
I've inherited some ASP code written in Javascript and I'm trying to debug it. I want to print out all the form variables that arrive at a page. With Vbscript I would do:
For Each item in Request.Form
Response.Write Request.Form (item)
Loop
Does anyone know how I can do this in Javascript?
Cheers
For Each item in Request.Form
Response.Write Request.Form (item)
Loop
Does anyone know how I can do this in Javascript?
Cheers