Page 1 of 1

newbie question

Posted: Fri Jul 08, 2005 8:47 pm
by Frits
Hi You all,

In some *.htm files I want to replace these lines:
<h2>
<script language="JavaScript">
new COOLjsMenu("hallo",HOGINOX_MENU_ITEMS);
</script>
</h2>

with these:

<script language="JavaScript">
new COOLjsMenu("hallo",HOGINOX_MENU_ITEMS);
</script>

When I use the test function with a test file it works but when I hit F9 nothing happens?

Do you have any suggestions?

Regards,
Frits

:D

Posted: Fri Jul 08, 2005 9:05 pm
by s_reynisson
Just the normal checks I guess, make sure you have "In files matching" set, tick "Search subfolders" and make sure you have selected the correct folder in the "Folder" pane on the left. HTH

Posted: Wed Oct 12, 2005 5:33 pm
by alastc
I had a similar issue, and discovered that adjusting the "Line break characters" in the options helped. I use windows, but am working on files on a linux server, so adjusting to "Linefeed only (Unix)" helped.