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 [email protected], "ztij0" <[EMAIL PROTECTED]> wrote: > > I got it working. Thanks a lot. > --- In [email protected], "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 file using > > the script tag. It is in this javascript file I would like to > > incorporate this function. > > > > --- In [email protected], "Andreas Neumann" > > <[EMAIL PROTECTED]> wrote: > > > > > > 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 note that popup blockers > > > might prevent your opening of the window. > > > > > > Alternatively you can dynamically alter the link (with ES in SVG) > > > and use the target attribute to open new windows. That way it is not > > > affected by popup blockers. > > > > > > Andreas > > > > > > > > > --- In [email protected], "ztij0" <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi All, > > > > > > > > I would like to open a new browser window using javascript in SVG. > > > Is > > > > there any function which does that. I don't want to use the <A> > > > </A> > > > > tag as the link changes based on the click. > > > > > > > > Thanks in advance ----- 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/

