Organisation selection BSP - close internet window using javascript
This is the closewindow.htm page of the example SAP HR org structure BSP, this is being used
to demonstrate the use of javascript retrieve the SAP HR org structure and display it to the SAP bsp user. Please note this page will do very little on
it own and needs to be implemented as part of the whole SAP HR org structure BSP
*closewindow.htm
Layout
------
<%@page language="abap"%>
<%@extension name="htmlb" prefix="htmlb"%>
<head>
<SCRIPT LANGUAGE="JavaScript">
{
javascript:window.close();
}
</script>
</head>
|