//——– // 检查当前浏览器是否为Netscape //——– function isNetscape(){ app=navigator.appName.substring(0,1); if (app==’N’) return true; else {return false;} } //——– // 保存当前Form表单(仅适用于IE浏览器) //——– function formSaveCheck(fileName){ if(isNetscape()){alert(“Sorry, these function is not supported”&