Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

OnMouseOver javascript work only 1st time action? How to fix this?

  • 3 பதிலளிப்புகள்
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 3 views
  • Last reply by PlasmaLord

This appear on my webpage. I use javascript event "OnMouseOver" to call function. It's work only 1st time mouse over my object. When I try to move my mouse over other object that call same function. It doesn't work.

This appear on my webpage. I use javascript event "OnMouseOver" to call function. It's work only 1st time mouse over my object. When I try to move my mouse over other object that call same function. It doesn't work.

All Replies (3)

Your System Details shows;

Installed Plug-ins

Adobe Shockwave for Director Netscape plug-in, version 12.0.2.122 Adobe Shockwave for Director Netscape plug-in, version 11.0

A good place to ask advice about web development is at the mozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues. You need to register at the mozillaZine forum site in order to post at that forum.

Also this is next problem I found on firefox. Comment in stylesheed document break all code after that comment.

example.

.xxx{ stylesheet code 1

/* comment

  • /

stylesheet code 2

}

stylesheet code 1 work. But stylesheet code 2 doesn't work.

OK. I don't mind u fix problem or not I just try to tell problem I found. Because that is ur company not mind. Just may be can help to improve ur work.