MSP 客户端打开指定外部程序
function showMedi(){
if(typeof window.cefSharpExample!="undefined"){
var path="D:\\ WebApp . exe",
window.cefSharpExample.showExe(path)
}
else{
alert("可能无权限,请用客户端程序操作!");
}
}
function showMedi(){
if(typeof window.cefSharpExample!="undefined"){
var path="D:\\ WebApp . exe",
window.cefSharpExample.showExe(path)
}
else{
alert("可能无权限,请用客户端程序操作!");
}
}