I have an asp page that has links to open pmf files.....this has been working great for a few years...and it STILL does on a machine that is running XP and IE7I try this on a machine running IE8 and Windows 7 and I click the link and nothing happens...This is what I had (works on IE7 and XP NOT workign on IE8 and Windows7)<a class="one" href="S:\GIS_Data\Users\Engineering_Base.pmf">Engineering Base</A><BR>
This is what I have been trying(nothign happens when link clicked)<a class="one" href="file:\\mg-netapp\graphics$\GIS_Data\Users\Engineering_Base.pmf">Engineering Base</A><BR>
<a class="one" href="\\mg-netapp\graphics$\GIS_Data\Users\Engineering_Base.pmf">Engineering Base</A><BR>
Any thoughts?Thanks