|
Post by Bradley on Jul 4, 2005 0:14:47 GMT -5
This will show an alert when you PM the specified people. For just one person use this:
Main Headers
<script type="text/javascript"><!-- var pmAlert = "Text"; if(location.href.match(/action=pmsend&to=admin/i)){ alert(pmAlert); } //--></script>
The name of the person to see the alert on PM
For multiple people use this:
Main Headers
<script type="text/javascript"><!-- var pmAlert = "Text"; if(location.href.match(/action=pmsend&to=(admin|user1|user2)/i)){ alert(pmAlert); } //--></script>
The names of the people seperaed by a |
|
|