Re: [svg-developers] Re: Open a new browser window using javascript

2005-07-22 Thread Erwan TROEL
that's ok i forgot to define openwindow function in the html which embed - Original Message - From: Erwan TROEL To: svg-developers@yahoogroups.com Sent: Friday, July 22, 2005 11:10 AM Subject: Re: [svg-developers] Re: Open a new browser window using javascript i hav

Re: [svg-developers] Re: Open a new browser window using javascript

2005-07-22 Thread Erwan TROEL
i have the same problem how do u solve it - Original Message - From: ztij0 To: svg-developers@yahoogroups.com Sent: Thursday, April 07, 2005 1:56 PM Subject: [svg-developers] Re: Open a new browser window using javascript I got it working. Thanks a lot. --- In svg

[svg-developers] Re: Open a new browser window using javascript

2005-04-13 Thread tharahan
I copied the example and save it as local svg and html files. When I opened the html file I get the error "Object Expected" Any ideas Thanks Tharahan --- In svg-developers@yahoogroups.com, "ztij0" <[EMAIL PROTECTED]> wrote: > > I got it working. Thanks a lot. > --- In svg-developers@yahoogr

[svg-developers] Re: Open a new browser window using javascript

2005-04-07 Thread ztij0
I got it working. Thanks a lot. --- In svg-developers@yahoogroups.com, "ztij0" <[EMAIL PROTECTED]> wrote: > > Thanks a lot for the help. > But when I use the browserEval it gives a javascrip error saying > Error: Object required > I have written a javascript file which is called to the SVG fil

[svg-developers] Re: Open a new browser window using javascript

2005-04-07 Thread ztij0
Thanks a lot for the help. But when I use the browserEval it gives a javascrip error saying Error: Object required I have written a javascript file which is called to the SVG file using the script tag. It is in this javascript file I would like to incorporate this function. --- In svg-developer

[svg-developers] Re: Open a new browser window using javascript

2005-04-07 Thread Andreas Neumann
if you want to work cross-OS / cross-browser I would currently recommend using browserEval() --> see example at http://www.carto.net/papers/svg/browser_eval/browserEvalTest.html You put the window.open() function in the surrounding HTML, but call it from SVG with browserEval(). Please no