home *** CD-ROM | disk | FTP | other *** search
- <PUBLIC:COMPONENT>
- <PUBLIC:ATTACH EVENT="onmouseover" ONEVENT="contactCursorIn()" />
- <PUBLIC:ATTACH EVENT="onmouseout" ONEVENT="contactCursorOut()" />
- <SCRIPT LANGUAGE="JavaScript">
- function contactCursorIn ()
- {
- if (element == event.srcElement) {
- element.style.cursor='hand';
- status='Compose e-mail to ' + element.email;
- }
- }
-
- function contactCursorOut() {
- if (element == event.srcElement) {
- status = '';
- }
- }
- </SCRIPT>
- </PUBLIC:COMPONENT>
-