How do I stop a popup message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a popup message using behavior. It keeps popping up on my
screen. How do I stop it?
 
Go into the code view, and delete the code, or delete the behaviour through
the behaviours panel.

If it is an "onload" popup, yes it will work everytime you view that page.

Change it to "onclick" if you still want the popup, but at least then it
won't load everytime the page is viewed, it is user controlled (they would
have to click a link).
 
Thanks for replying. The only code I see that looks like the correct one is
this ones:

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

I can delete it but when I click on save it comes back. The message does
not show up in the behavior box for me to delete it.


When I did it
 
Delete the behaviour through the behaviours options then, (the side panel
that comes up).
Format > Behaviours
 
Back
Top