ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Turning off onMouseOut event when onClick method executed

(1/1)

h0meopathic:

--- Code: Javascript ---if(onclick() == true)    {      onmouseout() = null;    }

I was trying this code but I get an error "onClick not defined".
Any Ideas?

aalift:
hi
im no expert but i think it means you need this?
onclick="SomeJavaScriptCode"


Parameter    Description
SomeJavaScriptCode    Required. Specifies a JavaScript to be executed when the event occurs.

heres a good site
http://www.w3schools.com/jsref/jsref_onClick.asp

hope it helps

Navigation

[0] Message Index

Go to full version