Ernie :
After CFHTPP the page content is gonna be in
#cfhttp.filecontent# as an string.
After that you only have to use regular expresion and
some string functions like REFind to get the data you
want.
hint:You can see html code of the page you want to
retrieve in advance in your browser.
I hope this help friend.

Mario

--- Shawn Grover <[EMAIL PROTECTED]> escribió: >
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
> 
> 
> 
>

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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