Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Detecting Browser Support of VML 1

Status
Not open for further replies.

pnjones

Technical User
Dec 1, 2000
25
US
I have an application which requires that the user's browser support VML (Vector Markup Language - an application of XML). Otherwise Adobe Acrobat PDF versions of the documents are presented as an alternative. In order to determine if the browser supports VML, my JavaScript checks for Microsoft Internet Explorer version 5 or greater by parsing navigator.appVersion.

My problem is that I recently encountered installations of IE 5.x that don't include the VML component, e.g. AOL 6.0, and according to several Microsoft Knowledge Base articles such as Q264149, the VML component is not included with a Minimal install of Internet Explorer.

Is there a more foolproof way with JavaScript of determining if the browser supports VML?
 
Have you checked out the BrowserHawk product?
Am I allowed to say that? :-0
 
I wasn't even aware such products existed. I'll look into it. Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top