[svg-developers] Re: Get the sourcename of the svg file to get the querystring

2005-11-02 Thread jophof007
Hi, In mine init routine I do this: The outside HTM file calling the SVG has one line:

[svg-developers] Re: Get the sourcename of the svg file to get the querystring

2005-10-19 Thread jophof007
Thanx fellow! --- In svg-developers@yahoogroups.com, Jonathan Watt <[EMAIL PROTECTED]> wrote: > > Are you looking for document.URL > > On 10/19/05, jophof007 <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Does any one has an example of getting the source name (I think it > > must be done with .

[svg-developers] Re: Get the sourcename of the svg file to get the querystring

2005-10-19 Thread jophof007
Hi Jonathan, In deed my test were on ASV 3.03. In Firefox it will run fine but for IE users some difficult stuff must be done. We did already send it to the server put in a session and request it back after loading. But I think there must be a simpler solution. John http://open-modeling.sourcefo

Re: [svg-developers] Re: Get the sourcename of the svg file to get the querystring

2005-10-19 Thread Jonathan Watt
In Moz it definately includes the querystring. I just tested it in ASV 3.03to see if it gets this wrong, but in my test it also includes the querystring. -Jonathan On 10/19/05, jophof007 <[EMAIL PROTECTED]> wrote: > > To quick with answere only the svg file is reported (without the > querystring)

[svg-developers] Re: Get the sourcename of the svg file to get the querystring

2005-10-19 Thread jophof007
To quick with answere only the svg file is reported (without the querystring). J --- In svg-developers@yahoogroups.com, Jonathan Watt <[EMAIL PROTECTED]> wrote: > > Are you looking for document.URL > > On 10/19/05, jophof007 <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Does any one has an exa