Re: Grab info from returned page and make into variable

2006-08-15 Thread Marty Rock
>Use cfhttp to grab the page and parse it either using the built in CF string >and xml functions or using regular expressions. > >>Using this method, when I have the page returned to me, I guess I would need >>to do a find on cfhttp.filecontent, but that just tells me it found >>something, how d

Re: Grab info from returned page and make into variable

2006-08-14 Thread Denny Valliant
gt; > Sent: Monday, August 14, 2006 10:55 AM > > To: CF-Talk > > Subject: Grab info from returned page and make into variable > > > > We have a program where you can enter your user name and it will return > a > > web page with your name, phone, room, organization, et

RE: Grab info from returned page and make into variable

2006-08-14 Thread Jake Churchill
into variable cfhttp? -Original Message- From: Marty Rock [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 9:55 AM To: CF-Talk Subject: Grab info from returned page and make into variable We have a program where you can enter your user name and it will return a web page with

RE: Grab info from returned page and make into variable

2006-08-14 Thread loathe
Use cfhttp to grab the page and parse it either using the built in CF string and xml functions or using regular expressions. > -Original Message- > From: Marty Rock [mailto:[EMAIL PROTECTED] > Sent: Monday, August 14, 2006 10:55 AM > To: CF-Talk > Subject: Grab info from re

RE: Grab info from returned page and make into variable

2006-08-14 Thread Andy Matthews
cfhttp? -Original Message- From: Marty Rock [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 9:55 AM To: CF-Talk Subject: Grab info from returned page and make into variable We have a program where you can enter your user name and it will return a web page with your name

RE: Grab info from returned page and make into variable

2006-08-14 Thread Jake Churchill
9:55 AM To: CF-Talk Subject: Grab info from returned page and make into variable We have a program where you can enter your user name and it will return a web page with your name, phone, room, organization, etc. I need to grab that info and create variables so I can populate a form with the info.

Grab info from returned page and make into variable

2006-08-14 Thread Marty Rock
We have a program where you can enter your user name and it will return a web page with your name, phone, room, organization, etc. I need to grab that info and create variables so I can populate a form with the info. Any ideas?