on 2012 May 18 10:29 AM
Hi
I have an iBrowser applet whoes initialUpdate value is set to false.
However it still runs the update event function when the page is first loaded.
Is this a bug?
Request clarification before answering.
Also tested as below, still running update event.
<HTML>
<HEAD>
<TITLE>Your Title Here</TITLE>
<SCRIPT language="JavaScript">
function disableUpdateEvent(){
document.myBrowser.setUpdateEventEnabled(false);
alert(document.myBrowser.getUpdateEventEnabled());
}
function hello()
{
alert("hello");
}
</SCRIPT>
</HEAD>
<BODY onload="disableUpdateEvent()">
<APPLET NAME="myBrowser" CODEBASE="/XMII/Classes" CODE="iBrowser" ARCHIVE="illum8.zip" WIDTH="640" HEIGHT="400" MAYSCRIPT>
<PARAM NAME = "QueryTemplate" VALUE="EditForms/Queries/MachineGroup_Select_SQL">
<PARAM name="UpdateEvent" value="hello">
</APPLET>
</BODY>
</HTML>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.