The Form names are URL parameters, if the form is submitted with the GET
method.

So, you can just scan through your Query_String for the name/value pairs.

This can be done by looping through the URL elemetents (in cfscript
something like "for( field in url )"), or by parsing the parameters as a
list.

HTH

Shawn Grover

-----Original Message-----
From: Ernie Pena [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 1:46 PM
To: CF-Talk
Subject: Help! How can I extract a form from a webpage?


I know using the cfhttp I can grab the page but how can I get all the input
box field names from the content that was returned via a get?


Ernie Pena
Sr. CF Developer
M.D. ANDERSON



______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to