How do I stop a popup message

G

Guest

I have created a popup message using behavior. It keeps popping up on my
screen. How do I stop it?
 
A

Andrew Murray

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).
 
G

Guest

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
 
A

Andrew Murray

Delete the behaviour through the behaviours options then, (the side panel
that comes up).
Format > Behaviours
 

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