G
Guest
All I'm trying to do is write an html code that will launch a program that is
located on the user's local D: drive when he clicks on the link. The
following example of the code works perfectly on a Windows 2000 server using
IE 6.0 SP1. The user clicks and the extra.exe program launches off his hard
drive. But when I click on the same HTML link using IE 60 SP1 on a Windows
2003 server or Windows XP SP2, nothing happens. No warning, no error, not
anything. If I right click on the link and select Open in New Window.
Nothing happens either. If I manually type the html path in the IE url, it
launches the program though. I have locked through the Security options and
cannot find any explanation for this. Can someone please tell me what the
heck is going on? And I can also write a link to get it to launch a local
telnet. I put that below to. Whoever helps is my hero because we have
several admins here that are baffled.Thx
Works on IE 60 SP1 on W2K but not W2K3 or XP:
<area HREF="file:///d:/Attachmate/Extra!/extra.exe" onMouseOver="return
overlib('<center><B> Maine </B><BR> WVSAM001 </center>', FGCOLOR,
'#FFCCFF');" onMouseOut="nd();" shape="polygon" coords="582, 80, 593, 105,
600, 94, 613, 83, 623, 76, 622, 70, 614, 64, 606, 43, 600, 43, 595, 45, 588,
57, 590, 68, 585, 77">
But I can get the html to launch a local telnet with no problem:
<area HREF="telnet://111.11.333.22:23" onMouseOver="return
overlib('<center><B> Vermont </B><BR> WVSAM106 </center>', FGCOLOR,
'#CCFFFF');" onMouseOut="nd();" shape="polygon" coords="581, 82, 562, 89,
568, 120, 577, 117, 576, 107">
located on the user's local D: drive when he clicks on the link. The
following example of the code works perfectly on a Windows 2000 server using
IE 6.0 SP1. The user clicks and the extra.exe program launches off his hard
drive. But when I click on the same HTML link using IE 60 SP1 on a Windows
2003 server or Windows XP SP2, nothing happens. No warning, no error, not
anything. If I right click on the link and select Open in New Window.
Nothing happens either. If I manually type the html path in the IE url, it
launches the program though. I have locked through the Security options and
cannot find any explanation for this. Can someone please tell me what the
heck is going on? And I can also write a link to get it to launch a local
telnet. I put that below to. Whoever helps is my hero because we have
several admins here that are baffled.Thx
Works on IE 60 SP1 on W2K but not W2K3 or XP:
<area HREF="file:///d:/Attachmate/Extra!/extra.exe" onMouseOver="return
overlib('<center><B> Maine </B><BR> WVSAM001 </center>', FGCOLOR,
'#FFCCFF');" onMouseOut="nd();" shape="polygon" coords="582, 80, 593, 105,
600, 94, 613, 83, 623, 76, 622, 70, 614, 64, 606, 43, 600, 43, 595, 45, 588,
57, 590, 68, 585, 77">
But I can get the html to launch a local telnet with no problem:
<area HREF="telnet://111.11.333.22:23" onMouseOver="return
overlib('<center><B> Vermont </B><BR> WVSAM106 </center>', FGCOLOR,
'#CCFFFF');" onMouseOut="nd();" shape="polygon" coords="581, 82, 562, 89,
568, 120, 577, 117, 576, 107">