It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#2 (permalink) |
|
Senior Member
|
Code:
<script>//New PM Flasher - By Markup
userLinks=document.getElementById('userlinks');
if(userLinks.innerHTML.match("Inbox"))
{
newMsg=false;
a=userLinks.getElementsByTagName("A");
for(i=0;i<a.length;i++)if(a[i].innerHTML.match(/Inbox\s\([0-9]+\)/)&&a[i].innerHTML.match(/[0-9]+/)>0)newMsg=i;
if(newMsg)
{
inbox=a[newMsg];
inbox.style.fontWeight="Bold";
inbox.style.color="C2DE70";
flash();
}
}
function flash()
{
if(inbox.style.visibility=="hidden")inbox.style.visibility="visible";
else inbox.style.visibility="hidden";
setTimeout("flash()",500)
}
</script>
__________________
Ankur Kothari Web Application Designer Forum for Aussie schoolkids. Former Creative Assets Admin |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Public awareness message | n.b. | All Things General | 2 | 12-10-2007 03:29 PM |
| Message Forum | robert | preCharge Central | 3 | 08-15-2006 02:14 PM |
| . Need help with $message part of my code | kevin | Perl | 0 | 07-27-2006 06:19 PM |
| Flashing Pm Part 2 | Rockology. | Forum Management | 2 | 12-03-2005 08:53 PM |