function stampa() { browVer = parseInt(navigator.appVersion); if (browVer >= 4) { window.print(); } else { alert("Your Browser version (ver. "+browVer+") doesn't support this function, try to print the page by click the default print button of your browser !"); } }