Hi Samy, I guess you're executing this JavaScript code inside the SVG. In my case I want to detect the SVG support before hands so I could warn my user to download and install ASV.
Any other idea? a bad installation? MIME type issue? Thanks, T. --- In [email protected], "Samuel Dagan" <[EMAIL PROTECTED]> wrote: > > Hi Thomas, > I am using with IE7 (I guess it works also with IE6): > > var asv=navigator.appName; > if(asv=="Adobe SVG Viewer")return true; > else{return false;} > > Good luck, Samy > > > --- In [email protected], "tpifre" <tpifre@> wrote: > > > > Hello, > > > > I'm using the following code: > > function isASVInstalled() { > > try { > > var asv = new ActiveXObject("Adobe.SVGCtl"); > > return true; > > } > > catch(e) { } > > return false; > > } > > > > But on some laptop (Lenovo T40 to name it) and with IE 6.0 this above > > function doesn't work: > > Adobe SVG Viewer 3.03 is installed and working but It always returns > > false. > > > > Did anyone encounter this before? What else could I check? > > > > Thanks, > > > > Thomas. > > > > > > [Non-text portions of this message have been removed] > > > ------------------------------------ ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ----Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

