fireEvent was introducted in v5.5
if i wish to fire an event like:
document.aform.fireEvent('onsubmit')
is there another way to do this in ie5.0 ???
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21011526.html
Zones:
JavaScriptDate Answered: 06/02/2004 Rating: 9.2 Views: 5
I have an ACtive-X called Picker.I want to fire event to the container application,so that the container app can receive an integer value when ever event is fired.Now i have created Custom event an...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20155347.htm...
Zones:
Windows MFCDate Answered: 07/24/2001 Rating: 7.8 Views: 0
I have ole enabled container which has active-x.When i click the GUI of Active-x control, the control inturn should fire event passing a string value to the container.Now i have created the custom ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20182255.htm...
hey,
im using an asp.net page which has a button tht opens a new browser window.what i wld like to know is tht is there any way wherein i can generate an onclick event of another button in the p...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20566050.html
I have an Event "MyContextMenu" that I fire right before I plan to display a context menu. It contains a BOOL* parameter bDisable that is passed by reference so if the client sets that to TRUE I w...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10104474.htm...
Zones:
Windows MFCDate Answered: 12/04/1998 Rating: 9.2 Views: 0
Hi,
This seems stupid, but i will ask anyways. Can i call the fireevent function in a different class other than the control class. If i can access the fireevent function in a different class can...
http://www.experts-exchange.com/Programming/Misc/Q_21742952.html
Zones:
ProgrammingDate Answered: 03/22/2006 Rating: 7.8 Views: 0
I have some code that programatically fires an onchange event like:
document.Myform.MyTextField.fireEvent('onChange');
works fine in IE but not in FireFox. Can anyone tell me how to make it w...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22899705.html
Zones:
JavaScriptDate Answered: 12/29/2007 Rating: 9.0 Views: 237
I have an input text ctrl like this one:
<input type=text name=txt1 id=txt1 onchange="DoSomething();" value="">
In javascript code, i'm feeding the txt1.value by taking the value somewhere. S...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20353988.html
Zones:
JavaScriptDate Answered: 04/22/2003 Rating: 7.6 Views: 0