Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, In the 'On Unload' event of

Status
Not open for further replies.

rummage

MIS
Apr 8, 2003
33
US
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=&quot;javascript:leave()&quot;>



You could have seen the following line in the above code

&quot;/cgi-bin/ibi_cgi/ibiweb.exe?IBIF_ex=dpciin&quot;;

This is the location of the FEX that I am trying to execute and dbciin is the name of FEX.

Thanks
Thambaiya
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top