[svg-developers] Re: open.window command?

2006-07-24 Thread Andreas Neumann
Hi Edith, I strongly recommend not to use popup windows. It will probably fail in 90% or more of the browsers out there since all of the modern browsers have popup blockers. Yes, even Internet Explorer has popup blockers nowadays. I'd recommend two other alternatives: * use links (a/a tag)

[svg-developers] need help

2006-07-24 Thread pramodcse
Hi, i have to doubts in using ajax n svg with 2 main browsers. i am including 2 extrnal javascript files in svg. i want to send the XMLHTTPRequests in both IE n mozilla. var request = newXMLHttpRequest(); request.onreadystatechange = getReadyStateHandler(request, CallBack);

Re: [svg-developers] HI

2006-07-24 Thread Phi Tran
On 7/24/06, Pramod Eligeti [EMAIL PROTECTED] wrote: Hi jeff, i have trouble doing ajax reuests n parsing both in IE n mozilla. mozilla is sending requests but not parsing n IE doesnt send any requests. var request = newXMLHttpRequest(); request.onreadystatechange =

[svg-developers] Re: ASV 3.03 as ActiveX UserControl possible?

2006-07-24 Thread mmaker21
Hi Phi, thanks for your suggestions and the info about your zipprotocol. Unfortunately all my interactive SVGs have scripts and the application depends on them. In my understanding the host of the ASV is .NET's AxHost where I would have to implement IHtmlDocument2 (and I wonder if this is

[svg-developers] Re: open.window command?

2006-07-24 Thread csorba_edith
Hi, Andreas I checked the SVG window link at carto.net, and I have just one small question. I want my windows to be invisible first time the page loads, and to open them only when I click an object. I checked the script but I was unable to define which part defines the window to be initially

Re: [svg-developers] Re: open.window command?

2006-07-24 Thread Phi Tran
On 7/24/06, csorba_edith [EMAIL PROTECTED] wrote: Hi, Andreas I checked the SVG window link at carto.net, and I have just one small question. I want my windows to be invisible first time the page loads, and to open them only when I click an object. I checked the script but I was unable to