Hello Friends,
The below code is working perfectly in IE, but not working in Mozilla.
I need a solution for this in mozilla.
any ideas/suggestions pls… i just want to close a browser onclicking of a button. this is my requirement…
<html>
<head>
<title>JavaScript Window Close Example </title>
</head>
<body>
<form>
<input type=“button” value=“Close Window” onclick=“window.close()”>
</form>
</body>
</html>
Regards,
Rajesh