资 源 简 介
//
/Rainbow Links Version 1.03 (2003.9.20)/
/Script updated by Dynamicdrive.com for IE6/
/Copyright (C) 1999-2001 TAKANASHI Mizuki/
/takanasi@hamal.freemail.ne.jp/
//
// Setting
var rate = 20; // Increase amount(The degree of the transmutation)
// Main routine
if (document.getElementById)
window.onerror=new Function("return true")
var objActive; // The object which event occured in
var act = 0; // Flag during the action
var elmH = 0; // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg; // A color before the change
var TimerID; // Timer ID
if (document.all) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
else if (document.getElementById) {
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
document.onmouseover = Mozilla_doRainbowAnchor;
document.onmouseout = Mozilla_sto