Rogue unwanted code

G

Guest

This question relates to my previous question about behaviors.

The following code refuses to go away (it will appear again even after
deleting) and even appears on new pages I am trying to create. The net
effect of this is that the popup appears at random AND if I do delete the
whole thing plus the message itself, then the shared borders do not work
properly.

Can anyone help please. I am getting rather desperate.

The code is:

<script language="JavaScript">
<!--
function FP_popUpMsg(msg) {//v1.0
alert(msg);
}
// -->
</script>
 
S

Stefan B Rusynko

Being added because in your page you have the behavior being used
In code view find and delete the behavior call
- look for a: onmouseover="FP_popUpMsg

--

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


| This question relates to my previous question about behaviors.
|
| The following code refuses to go away (it will appear again even after
| deleting) and even appears on new pages I am trying to create. The net
| effect of this is that the popup appears at random AND if I do delete the
| whole thing plus the message itself, then the shared borders do not work
| properly.
|
| Can anyone help please. I am getting rather desperate.
|
| The code is:
|
| <script language="JavaScript">
| <!--
| function FP_popUpMsg(msg) {//v1.0
| alert(msg);
| }
| // -->
| </script>
|
 

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