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="#FFFFF F" text="#000000" onLoad="locatio n.href='MyExe:' ;" onBlur="javascr ipt:window.clos e();">[/HTML]
[HTML]<body bgcolor="#FFFFF F" text="#000000" onLoad="locatio n.href='MyExe:' ;" onBlur="javascr ipt:window.clos e();">[/HTML]
Comment