> Anyone have a good way for Studio to do a search and replace to convert
>
> <a href="foobar.cfm">Blah</a>
>
> to
>
> <a href="foobar.cfm>#session.urltoken#">Blah</a>

I'd probably search for:

    .cfm"

and replace with

    .cfm#session.urltoken#"

You might hit some includes or some cflocations that way, though. Too bad
Studio won't do wildcard searches.

-Ron


------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to