Quantcast
Channel: SCN : Popular Discussions - Java SDK Application Development
Viewing all articles
Browse latest Browse all 1701

close browser on logout

$
0
0

Hi,

 

When I click Logout on Infoview page browser should close automatically.

 

BO : XIR 3.1 Sp6

OS : AIX 7.1

Application server : tomcat

 

 

Tried below steps to resolve the Issue.

 

Added the following line in web.xml of InfoViewApp

 

<context-param>

        <param-name>url.exit</param-name>

<param-value>http://servername:8080/InfoViewApp/logoff.jsp</param-value>

    </context-param>

 

created logoff.jsp in /tomcat7/InfoViewApp and pasted the below lines

 

 

<html>

<head>

<body onload=top.close()>

</body>

</html>

 

 

Also tried the below codes

 

<!DOCTYPE html>
<html>
<body>

<input type="button" value="Log Out" onclick="self.close()">

</body>
</html>


**********************************


<!DOCTYPE html>
<html>
<body>

<a href="javascript:close_window();">Log Out</a>

</body>
</html>

********************************

 


<!--

function closeIt() {
close();
}

// -->
</script>

 

 

Please do the Needful

 


Regards,
Raj


Viewing all articles
Browse latest Browse all 1701

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>