当前位置: 代码迷 >> Web前端 >> SVG浏览提示上载SVGView.exe脚本
  详细解决方案

SVG浏览提示上载SVGView.exe脚本

热度:235   发布时间:2012-09-02 21:00:34.0
SVG浏览提示下载SVGView.exe脚本
<script language="vbscript">
Function isSVGControlInstalled()
on error resume next
isSVGControlInstalled = IsObject(CreateObject("Adobe.SVGCtl"))
end Function
if isSVGControlInstalled = True then
else
location.href="SVGView.exe"  //文件所在路径
end if
</script>
  相关解决方案