inherit
186302
0
Sept 20, 2013 11:19:28 GMT -8
Illusion
5
November 2012
hesoyam
|
Post by Illusion on Nov 26, 2012 3:58:59 GMT -8
I would like this code to work with the v5, if possible Image<script type="text/javascript"> <!--
/*Alert Before Private Messaging - By iAlex - Open Source*/
var iShwiftyFive=[ ["admin", "Please do not message the admin for support"], ["Username 2", "Pop-up Message 2"], ["Username 3", "Pop-up Message 3"] //No comma on last line ];
if(document.postForm && document.postForm.to){ if(document.addEventListener){ document.postForm.to.addEventListener('blur', iAllIWant, false); } else{ document.postForm.to.attachEvent('onblur', iAllIWant); } if(!location.href.match(/index.cgi$/)){ iAllIWant(); } } function iAllIWant(){ for(i=0;i<iShwiftyFive.length;i++){ iJunkiesTwoDollars=new RegExp(iShwiftyFive[0], "i"); if(document.postForm.to.value.match(iJunkiesTwoDollars)){ alert(iShwiftyFive[1]); } } }
//--> </script>
|
|
inherit
186302
0
Sept 20, 2013 11:19:28 GMT -8
Illusion
5
November 2012
hesoyam
|
Post by Illusion on Nov 28, 2012 11:43:01 GMT -8
bump
|
|