*****> /* Rollovers */ /* Defined as: ** Class Name: rollovers ** ID: base image name ** Mouseoff Image: base + ID + "-off.gif" ** Mouseon Image: base + ID + "-on.gif" ** Base: Defined Below **/ var base = "http://www.orderofdraconis.com/"; // Define base directory for all images (i.e. http://www.orderofdraconis.com/Images/) // Be sure to leave a trailing slash: (/Images/) not (/Images) function document.onmouseover() { var src_cn = window.event.srcElement.className; var src_id = window.event.srcElement.id; if (src_cn == "rollovers") { window.event.srcElement.src = base + src_id + "-on.gif"; } } function document.onmouseout() { var src_cn = window.event.srcElement.className; var src_id = window.event.srcElement.id; if (src_cn == "rollovers") { window.event.srcElement.src = base + src_id + "-off.gif"; } } *****>
![]() |
||||||||
![]() |
|
|||||||
|
||||||||
|
Order of Draconis > General Discussion > shrug |
|
| << Prev Topic | Next Topic >> |
| Author |
Comment
|
|||
|
shortynickel
OoD Mangina Posts: 1173 (11/29/04 8:08 pm) Reply |
shrug well i found it on a forum i browse and didnt think to research it
Shortynickels - 66 - Rogue |
|||
|
Vallun
Posts: 939 (11/29/04 10:11 pm) Reply |
Re: new virus Here's to being gullible, shorty. A little research goes a long way sometimes. securityresponse.symantec.com/avcenter/venc/data/virtual.card.for.you.html Not only a hoax, but an untimely hoax. Symantec has it logged as of January 2001. Drive thru plz. |
|||
<< Prev Topic |
Next Topic >>
|
Email This To a Friend Topic Commands |
|