2
1
<script
LANGUAGE="JavaScript">
<!-- begin script function VersionNavigateur(Netscape, Explorer) { if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') || (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft')) return true; else return false; } // end script --> < /script> |
<a
HREF="AnySiteYouWant" TITLE="anythingYouWant"
onMouseOver=" if (VersionNavigateur(3.0,4.0)) img1.src='Image2Location' "onMouseOut=" img1.src='Image1Location' ">< p><img NAME="img1" BORDER="0" SRC="Image1Location"onLoad=" tempImg=new Image(0,0); tempImg.src='Image2Location'" WIDTH="88" HEIGHT="31"></a> |