If you know there will be no other tags inside any links, you could
use this RE....

pos = ReFindNoCase("[^<]*</A>",string,position)

if pos GT 0, then you're inside a link.  (untested)


On 12/8/06, Russ <[EMAIL PROTECTED]> wrote:
> Thanks David, this is what I ended up doing yesterday... Had a bit of
> trouble with the logic though... Was hoping there would be a more
> straightforward solution...
>
> Russ
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263310
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to