MyBB Community Forums

Full Version: Pop up window
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

Is there a HTML/Javascript code that I can insert in my forum, and when visitors visit it a pop up windows appear.

Thank you
___________________________________________
EDIT:

One more thing, I want that the script open the pop window only 1 time for each IP
Solution:

<SCRIPT LANGUAGE="JavaScript">
<!--
window.open ('fenetre_popup.html')
-->
</SCRIPT> 

********

Thank you Paul
One more thing, I want that the script open the pop window only 1 time for each IP