When you strip via Regex you will either restrict your input to the start of the anchor tag or deal with the end result one more time. I normally prefer to get the content of the href attribute. You can get the href content using this type of construct: sURL = ListGetAt(FullUrl,2,"""");
where FullURL is your <a href="http://www.foobar.com">Link</a> Cheers, Bilal ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306185 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

