home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 September
/
CHIPCD_9_99.iso
/
software
/
uaktualnienia
/
OptionPackPL
/
iis4_07.cab
/
libHighlight.inc
< prev
next >
Wrap
Text File
|
1998-04-27
|
568b
|
18 lines
<% If Session("IEVersion") >= 4 Then %>
<SCRIPT LANGUAGE="VBScript">
<!--
Function document_onmouseover
If window.event.toElement.tagName = "A" Then
window.event.toElement.setAttribute OrigColor, window.event.toElement.style.color
window.event.toElement.style.color = "magenta"
End If
End Function
Function document_onmouseout
If window.event.fromElement.tagName = "A" Then
window.event.fromElement.style.color = window.event.fromElement.getAttribute(OrigColor)
End If
End Function
-->
</SCRIPT>
<% End If %>