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/

