Sounds like a perfect job for regular expressions, only will take a few
hours working out the right syntax of the RE to use :).
With REReplace you could convert all matching href 's into a delimited list
using back references and all this with one function call for the whole
page.
Good luck,
Noam

        ----------
        From:  Neil Clark [SMTP:[EMAIL PROTECTED]]
        Sent:  Thursday, 22 March 2001 10:07
        To:  Fusebox
        Subject:  href finding

        Anyone have any ideas on this? I a page which trawls through a  user
defined
        page and returns all of the hrefs within it.  What I want to do
however is
        actually get the text (or image) of the href...

        Basicall I want to get  <a href="#">GET ME</a>  get me text.  Any
ideas?

        ...
        

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to