See response to your previous post
- you need to remove the behavior from the element you created it on for FP to remove the script
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
_____________________________________________
"JKB" <(E-Mail Removed)> wrote in message news:4699F55F-7B1B-4940-870B-(E-Mail Removed)...
|I made a pop_up message by going to "behaviors" under "format". The message
| does not appear in the behaviors pane so I can delete it. I went to code and
| tried deleting the script:
| <script language="JavaScript">
| <!--
| function FP_popUpMsg(msg) {//v1.0
| alert(msg);
| }
| // -->
| </script>
| But after I delete and save, it immediately returns. The clickon function
| that activates the pop up message is in a shared border.
|
| Can I delete the code through the script editor and if I can, how do I
| access it?
|