posted 22 years ago
Hi there,
I have one html file which is not support Netscape browser for that I embeded a alert script in my html file now I want when user click on "ok" button of alert message it should close the Netscape borwser.Can any one plz give me the code for that.Below r my codes:-
if (navigator.appName == "Netscape")
{
alert("This Page does not support Netscape,Plz use IE5 and above");
}
Thanks in Advance
Bikash