Oh that would be perfect! I'll look right now, thank you. -----Original Message----- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 10:54 PM To: CF-Talk Subject: Re: Break apart CFHTTP request and store in database
Search the archive Jim, I asked this question a long time ago and posted one way to do it, and someone replied with an even better way. Unfortuneately I cant find the source right now. I'll dig around later and see if I can find it though. Basically the solution posted, was a way the parse an entire html docuement and get just the <a> tags out. From there the parsing would be easy... jon Jim Vosika wrote: > I am doing a CFHTTP to a webpage that contains a table like this: > > <table> > <tr> > <td><a href="link1">Link1Name</a></td> > <td><a href="link2">Link2Name</a></td> > </tr> > <tr> > <td><a href="link3">Link3Name</a></td> > <td><a href="link4">Link4Name</a></td> > </tr> > etc... > </table> > > There is actually about 400 table rows and the table results are change d > often but I would like to be able to pull each of those links and their > captions out of the table to be inserted into a database. Does anyone > have the slightest idea of how I could do this? > > I have spent so many hours on this and gotten absolutely no where.. > > Thanks, > Jim Vosika > SoftwareSuperMall.Com > > ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

