[svg-developers] Re: FF equiv of top

2006-07-10 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Sayed Arian Kooshesh [EMAIL PROTECTED] wrote: With i.e. you use top to get to the browser. How do you do similarly in FF? If you have an SVG document embedded in a HTML document with the embed element or the object element or the iframe element then with

[svg-developers] Re: JavaScript Over SVG in FF1.5

2006-07-10 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Fernando Kogik [EMAIL PROTECTED] wrote: What I have is this: i have an svg image with no script tags inside and call a lot of JavaScript function in events like onmouseover, onmouseout and so on. All these functions are in a separate .js file that is

[svg-developers] passing params to SVG

2006-07-10 Thread Guy Morton
Hi all Someone must have encountered this before (I hope so anyway). I'm trying to pass parameters to an SVG app. I can do this using URLs (eg /my.svg?param1=1param2=2) and this works fine, until you hit the IE 5.5 bug talked about as bug 3a on this page: http://

[svg-developers] Re: Notify

2006-07-10 Thread thomas . deweese
Bad Gateway: The message has been attached. [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design.

RE: [svg-developers] Re: Need for SVG Transport

2006-07-10 Thread Doug Schepers
Hi, Francis- This is very simple, as John indicated. You simply serialize (using printNode in ASV, otherwise using XMLSerializer()) the node you are looking for, which will probably be the SVG root, or some select portion thereof, and then send it up to the server to be rasterized with Batik or

Re: [svg-developers] passing params to SVG

2006-07-10 Thread Phi Tran
I have worked with the way IE handle protocol. This what I found it: 1-URL length is limited to about 1024 char not 20s; 2-Before pass the URL's string to An app. (Custom protocol in my case.) IE often (but not always) 'escape' with some weird formula such as amp for an or even ampamp.

Re: [svg-developers] passing params to SVG

2006-07-10 Thread guy
can you use params inside an embed? I've not had any luck using object - it seems to fail in the cases that I thought it ought to work in, so I gave up and just use embed now. Guy Quoting Phi Tran [EMAIL PROTECTED]: I have worked with the way IE handle protocol. This what I found it: 1-URL