Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 3, 2005 17:15:48 GMT
Main Footer<script type="text/javascript"> <!-- /* pop-up messages for staff by elindir 101support.proboards43.com/ */
// Do not edit below function popup(name, message) { var re = new RegExp("action=pmsend&to=" + name+ "$","i"); if(document.location.href.match(re)) { alert(message); } }
// Edit usernames & messages here popup("Username", "Message Here"); popup("Username", "Message Here"); popup("Username", "Message Here"); //--> </script>This code will cause a pop up box to appear whenever someone goes to PM one of the members listed it red. In the Red part, put the username. eg. admin. In the blue part, put the message you want to appear. For more users, repeat the line: popup(" Username", " Message Here");
|
|