我使用自定義協議從我的Web應用程序打開一個Windows應用程序,它正常工作沒有任何問題,但如果Windows應用程序沒有ins在PC中它打開一個新窗口和顯示地址不明白。我想避免這種情況,需要顯示以下如何防止瀏覽器打開新窗口,如果劑量了解地址
var url="test:?var="+value+"?var2="+value2+"?var3="+value3;
var win= window.open(url, 'test', 'width=1000,height=700,top=1,left=1,resizable=yes', '1');
if(win==null || win.closed==true)
alert("Please install the application ");