且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Firefox中的问题

更新时间:2023-11-29 20:26:58


我有一个htm文件,当它打开时调用程序文件中的exe。我的问题是它在IE中运行良好,但它在Firefox中没有执行任何操作。我不知道什么是错的,在此之前它与两个浏览器都运行良好。


[HTML ]< body bgcolor =" #FFFFFF"文本= QUOT;#000000&QUOT;的onLoad = QUOT; location.href = MyExe:;&QUOT; onBlur =" javascript :window.close();"> [/ HTML]



May .exe文件已移动。

确保路径没有问题:-)


亲切的问候,

Dmjpro。


EXE的路径是正确的..当我使用IE浏览器时,代码工作得很好。我不知道firefox有什么问题。



EXE的路径是正确的..当我使用IE浏览器时,代码工作得很好。我不知道firefox有什么问题。



Firefox设置可能存在一些问题。


亲切的问候,

Dmjpro。


I have a htm files that when it opens it call an exe in the program files. My problem is it runs fine in IE but it execute nothing in Firefox.I don''t know what''s wrong, before this it runs fine with both browser.

[HTML]<body bgcolor="#FFFFFF" text="#000000" onLoad="location.href=''MyExe:'';" onBlur="javascript:window.close();">[/HTML]

I have a htm files that when it opens it call an exe in the program files. My problem is it runs fine in IE but it execute nothing in Firefox.I don''t know what''s wrong, before this it runs fine with both browser.

[HTML]<body bgcolor="#FFFFFF" text="#000000" onLoad="location.href=''MyExe:'';" onBlur="javascript:window.close();">[/HTML]

May .exe file moved.
Make sure that the path is Ok or not :-)

Kind regards,
Dmjpro.


The path to EXE is ok..When I view using IE the code works perfectly fine.I dont know what''s wrong with firefox.


The path to EXE is ok..When I view using IE the code works perfectly fine.I dont know what''s wrong with firefox.

May be some problems with Firefox Settings.

Kind regards,
Dmjpro.