08-02-2010, 03:21 PM
You can not pass the object value like this. I think you are trying to prepare one function for click event for all the objects. You need to pass the entire hierarchy of that object.
In your example you are trying to click on the Link object. Link is the name of the class and you have to explicitly define it into your script.
In your example you are trying to click on the Link object. Link is the name of the class and you have to explicitly define it into your script.