|
Post by BoyBeater on Jan 28, 2004 13:10:56 GMT -5
<script language="JavaScript"> /* © Patrick Clinger 2003 All Rights Reserved.
This script may ONLY be used on message boards hosted by ProBoards.com. Any other site found to be utilizing this code shall be in violation of my copyright.
This copyright notice must remain in tact when using this script. */
var IE4 = (document.all) ? 1 : 0;
function findit() { if(IE4) if(window.document.body.createTextRange().text.match(/(\d+) are new./)) if(RegExp.$1 != 0) newmessage(RegExp.$1); if(window.document.body.createTextRange().text.match(/(\d+) is new./)) if(RegExp.$1 != 0) newmessage(RegExp.$1); }
function newmessage(num) { if(IE4) { if (num == '1') { ms = 'Message'; tm = 'it'; } else { ms = 'Messages'; tm = 'them'; } var gotoim = confirm('You Have '+num+' New Instant '+ms+'\n\nWould you like to view '+tm+'?'); if (gotoim) { location = '/?action=im'; } } }
if (location.href.indexOf('action=') == -1 && location.href.indexOf('action=login') == -1) { findit(); } </script>
|
|