首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

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

2012-09-02 
SVG浏览提示下载SVGView.exe脚本script languagevbscriptFunction isSVGControlInstalled() on error

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>

热点排行