<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>