<html> <body> <button onmouseover="this.fireEvent('onclick')" onclick="alert('Hello');"> Fire onclick event </button> </body> </html>