Put the following JS code in 'JSHeader' or in head/body ...



Put the following JS code in "JSHeader" or in head/body section of the code.

var BrowserDetect = {

init: function () {

this.browser = this.searchString(this.dataBrowser) || "An unknown browser";

this.version = this.searchVersion(navigator.userAgent)

|| this.searchVersion(navigator.appVersion)

|| "an unknown version";

this.OS = this.searchString(this.dataOS) || "an unknown OS";

},

searchString: function (data) {

for (var i=0;i= 6 ) || ( browsertype=="Firefox" && browserversion >= 2.5 ) ){

document.write("Redirecting, Please wait.....")

document.write("")

document.write("")

}

else{

alert( " Your browser is not compatible for accessing the application.n You can access this application only using Internet Explorer, version 6.0 or greater and Mozila Firfox , version 2.5 or greater." );

}

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download