i need to get images from a webpage source.
i can use cfhttp method get and use htmleditformat() to read the html from that page, now i need to loop through the content to get all image url’s(src)
can i use rematch() or refind() etc… and if yes how??
please help!!!!!
if im not clear i can try to clarify..
Here’s a function that will probably trip up on a lot of bad cases, but might work if you just need something quick and dirty.
Note: I can’t verify at the moment that this code works.