Forum Moderators: open

Message Too Old, No Replies

Find and Replace Wildcards

Using Homesite or HTML Kit

         

bumpaw

5:22 am on Jul 5, 2004 (gmt 0)

10+ Year Member



Is there a way to find all similar to

<a href="images/frog.jpg">

and replace with

<a href="javascript:;" onClick="window.open('images/frog.jpg', 'flowers',
config='height=600,width=600,top=25')">

The idea being to substitute a wildcard for the image file name so that would be the only thing that didn't change in each case.