Fire Event Metod

What is the use of fireevent method? Where do we use this in real time? Explain with an example?

Questions by kishchilukuri   answers by kishchilukuri

Showing Answers 1 - 3 of 3 Answers

md_vinodh

  • Jun 18th, 2008
 

Tiggers on event it's called Fire event

For example, If u want to click the web button, we can use the fire event method

For example,

Syntex: Object.Fireevent eventName,[x],[y],[Button]

Event Name : onchange, onclick, ondblclick, onblur, onfocus, onmousedown, onmouseup, onmouseover, onmouseout, onsubmit, onreset, onpropertychange.

Button:

micLeftBtn ---------0 The left mouse button. 
micRightBtn -------1 The right mouse button. 
micMiddleBtn --------2 The middle mouse button.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions