cannot delete pop-up message that I made in the behaviors pane

G

Guest

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?
 
S

Stefan B Rusynko

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/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|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?
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top