Discussion deleted.
Tags:

This type of function is called pop up per browser.. example : If "one chat window" is already open, do not open up a 2, 3, and 4th window.
STEP ONE: Copy AND PASTE this code into the "TEXT BOX"
STEP TWO: MAKE SURE THAT YOU HAVE REPLACED NAME OF THE FILE TO BE OPENED.
<script type="text/javascript">
// Popup Window Script (version 3.0)
//Visit www.ksnonline.org
//Win Type: Pop Up | Session Only
var popurls=new Array()
popurls[0]="http://www.ksnonline.org/chat/index/popOutWindow"
function openpopup(popurl){
var winpops=window.open(popurl,"","width=500,height=500,menubar,resizable")
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie('jkpopup')==''){
openpopup(popurls[Math.floor(Math.random()*(popurls.length))])
document.cookie="jkpopup=yes"
}
}
loadornot()
</script>
Permalink Reply by Baqur mehdi on June 3, 2012 at 3:47am Mr. Genius
Permalink Reply by Shannon Klipstein on October 17, 2011 at 8:08am thank you! I love your posts! You always have helpful tips! I will let you know how this works!
Permalink Reply by Shannon Klipstein on October 17, 2011 at 8:18am I like it! But it may get annoying... let me know if you figure out how to make it pop up only once! As i navigate the site it constantly is in my face hahah
Permalink Reply by Alexander Molina on October 17, 2011 at 12:09pm
Permalink Reply by Nikolay Filatov on October 22, 2011 at 10:37am <script name="JavaScript">confirm("Write your own message here")</script>


Lol
Permalink Reply by HELP SEEKER on July 21, 2012 at 1:19pm Can someone please give a code for this (prompting user to register) after certain amount of time on a site, thanks
Permalink Reply by Germaine on October 25, 2011 at 7:51am Would it also be possible in a NING to have only a small (pop up like) window opening on top of the current page when members hit a certain button?
I would like to add such a pop up as an explanation-on-demand-window on certain pages, instead of having a complete full new NING page obscuring/replacing the original page.
Permalink Reply by EscenaM on May 27, 2012 at 2:33pm be possible in a window popup like Facebook plugin for NING ??? PLEASE ????
Permalink Reply by Riccardo Rossini on June 3, 2012 at 4:57am Is it possible to create a pop up message only when you open a specific page? I want a pop up that advice about size limits for loading photos when a member open the link to charge a picture. Thank you




soaringeagle replied to soaringeagle's discussion 'google disavow 101'
Jelena replied to israel's discussion 'Pantalla de Administrador o Creador (Manage'© 2013 Created by Ning.
