Hi,
Can we trigger a javascript event using jWebUnit?
In my case i have a onkeyup event for a text box and when i this event is
triggered a button needs to be enabled,
but when i set the value for the text box using
'setTextField("textfieldName","value") the event is not getting triggered.
@Julien - The problem was not with onchange event, onchange event was getting
triggered perfectly. The problem was with events like onkeyup, onmousedown,
onkeypress. The solution given by Rajinder worked fine for my issue.
@Rajjnder - Thanks for the solution, it worked perfectly fine .
Regard