Adobe provides this vbs file that is necessary to use their SVG Viewer
plugin. However vbs is not recognized on Mozilla and i need to convert
this to a Javascript file. I have no idea of vbs. Can someone help ?
Following is the vbs :
' Copyright 1999-2000 Adobe Systems Inc. All rights reserved.
Permission to redistribute
' granted provided that this file is not modified in any way. This
file is provided with
' absolutely no warranties of any kind.
Function isSVGControlInstalled()
on error resume next
isSVGControlInstalled = IsObject(CreateObject("Adobe.SVGCtl"))
end Function
Thank you so much
b mathur.