Closed
Bug 274376
Opened 20 years ago
Closed 20 years ago
triggering Click() event through Javascript not working
Categories
(Rhino Graveyard :: Compiler, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rraradhya, Assigned: igor)
References
()
Details
Hi,
I'm not able to trigger the click event thorugh Javascript. The actual problem
is, I have written a event handler for that submit button in the code behind
(VB.NET) and it is not getting called when i trigger the click event throught
Javascript (document.getElementByID("ButtonName"}.click();). This is not
calling the event handler in the codebehind (button_Click(object,)) but the
browser does a postback.
please help me what step I have to take to trigerr the submit button event| Assignee | ||
Comment 1•20 years ago
|
||
Please file the bug against a proper product and component! product=Rhino has nothing to do with browser or JavaScript implementation in Mozilla/Firefox.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•