Hi,
In the 'On Unload' event of an HTML page, I am calling a WebFocus procedure (FEX procedure). It is not working. I want to call the FEX procedure when the user closes the HTML form. In which event I need to code?
Here is my entire code for your reference.
//Javascript call
function leave() {
window.location.href = "/cgi-bin/ibi_cgi/ibiweb.exe?IBIF_ex=dpciin";
}
<!--HTML Code-->
<body onUnload="javascript:leave()">
You could have seen the following line in the above code
"/cgi-bin/ibi_cgi/ibiweb.exe?IBIF_ex=dpciin";
This is the location of the FEX that I am trying to execute and dbciin is the name of FEX.
Thanks
Thambaiya
In the 'On Unload' event of an HTML page, I am calling a WebFocus procedure (FEX procedure). It is not working. I want to call the FEX procedure when the user closes the HTML form. In which event I need to code?
Here is my entire code for your reference.
//Javascript call
function leave() {
window.location.href = "/cgi-bin/ibi_cgi/ibiweb.exe?IBIF_ex=dpciin";
}
<!--HTML Code-->
<body onUnload="javascript:leave()">
You could have seen the following line in the above code
"/cgi-bin/ibi_cgi/ibiweb.exe?IBIF_ex=dpciin";
This is the location of the FEX that I am trying to execute and dbciin is the name of FEX.
Thanks
Thambaiya