Select to view content in your preferred language

Open ArcReader pmf from ASP.net

1665
1
10-14-2011 08:21 AM
JayKappy
Frequent Contributor
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 IE7

I 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
Tags (2)
0 Kudos
1 Reply
JayKappy
Frequent Contributor
Anyone have any ideas?
0 Kudos