function getEvent()
{
var i = 0 ;
if(document.all){
return window.event;
func = getEvent.caller(func != null)
{
var arg0 = func.arguments[0];
if(arg0)
{
if(arg0.constructor == MouseEvent)
{
return arg0; >}
}
func = func.caller;
}
return null;
関数内で参照を作成する場合は、待つ前にパラメータ e を渡す必要があります:
コードをコピー
e = getEvent( );
if (obj.runtimeStyle){
obj.runtimeStyle .cssText = "background-color:#FFFFFF";
}
else
obj.style.background = "#FFFFFF";