' See also svgjscript.js ' Visual Basic Script to detect support of Adobe SVG plugin. ' This code is not run on browsers which report they have MIME types, ' and it is also not run by browsers which do not have VBScript support. function vbDetectSVG() On Error Resume Next vbDetectSVG = IsObject(CreateObject("Adobe.SVGCtl")) end function