"Martin Honnen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> --- In svg-developers@yahoogroups.com, "os_vlan" <[EMAIL PROTECTED]> wrote:
>
>> I'm wondering how to create ActiveXObject inside SVG file. I'm
>> building a GUI using SVG and I want to create Ajax request
>> that requires to create ActiveXObject in IE
>> (http_request = new ActiveXObject("Microsoft.XMLHTTP")).
>> The error that I got is ActiveXObject is not defined
>
> Although the Adobe SVG viewer by default with IE/Win uses the
> Microsoft JScript engine it is not possible to use ActiveXObject.

You  can create one like this:

top.svgWind=window;
top.execScript("svgWind.obj=new ActiveXObect('...')");
obj.Foo()

Jim.







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

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


Reply via email to