newbie question
Posted: Fri Jul 08, 2005 8:47 pm
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
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