/t5/coldfusion-discussions/insert-hyperlink-into-table/td-p/914695Mar 18, 2008
Mar 18, 2008
Copy link to clipboard
Copied
I asked this question on MSDN with no success and now I will
try out ADOBE's smart guys.
This is a simple request. I need to get a stored procedure
that will parse an HTML document like a favorite list and
extrapolate the link into 2 seperate columns into a database. one
column would be the hyperlink and the other would be the text in
the link.
/t5/coldfusion-discussions/insert-hyperlink-into-table/m-p/914697#M84070Mar 18, 2008
Mar 18, 2008
Copy link to clipboard
Copied
NOT THERE!
I need to take a list of links and parse them so they can be
inserted into a database w/2 columns.
1 column is the link's text
2 column is the hyperlink itself.
/t5/coldfusion-discussions/insert-hyperlink-into-table/m-p/914698#M84071Mar 18, 2008
Mar 18, 2008
Copy link to clipboard
Copied
NOT THERE!
I need to take a list of links and parse them so they can be
inserted into a database w/2 columns.
1 column is the link's text
2 column is the hyperlink itself.
/t5/coldfusion-discussions/insert-hyperlink-into-table/m-p/914701#M84074Mar 18, 2008
Mar 18, 2008
Copy link to clipboard
Copied
LATEST
Gene, I would reccommend using cfhttp - it will gather up the
entire html of a page, and you can parse through it with you're
preferred method to get the links..
Here's a site that walks you through the process using cfhttp
and xpath to gather links on a website.