function ReDirectToPrint() { window.open(window.location.href+'Print'); }; function goBack(){ if(navigator.appName == "Microsoft Internet Explorer") { if( document.referrer == "") { window.history.go(-2); } else { window.history.back(-1); } } else { window.history.back(-1); } };