guys, this is what im trying to do,
i want to change the onmouseout handler at run time using javascript
i.e. : object.onmouseout=myfunction
the problem is that i can't pass parameters to this handler when i set it at runtime
i.e. : object.onmouseout=myfunction(2) /* this would give an error */
anyhelp ?
i want to change the onmouseout handler at run time using javascript
i.e. : object.onmouseout=myfunction
the problem is that i can't pass parameters to this handler when i set it at runtime
i.e. : object.onmouseout=myfunction(2) /* this would give an error */
anyhelp ?