读书人

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

发布时间: 2012-09-02 21:00:34 作者: rapoo

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>

读书人网 >Web前端

热点推荐