Hi, one approach for the Adobe viewer would be to use browserEval as in the example http:// www.carto.net/papers/svg/browser_eval/browserEvalTest.html
This approach works across platforms and browsers, but needs a fork for Mozilla native svg. You could test for the existence of the "browserEval()" method to do this fork. In Mozilla native svg you can use the regular ECMAscript/DOM approaches to open new windows, like you use in HTML. opening separate windows is problematic though, as Holger pointed out. Andreas --- In [email protected], "alex_philippi" <[EMAIL PROTECTED]> wrote: > Hi, > I have to open a new window if I click on a "rect" Element. This new > window must have custom width/height settings. > > I tried it with javascript and then with the xlink statement. > Javascript don�t work ("window.open" dont open a new window) and with > the xlink (<a href xlink:"..." target=_blank > "rect" </a>) I could > only open a full size browser window. > > Could someone give me a hint how I could realize this? > Thnx :) ----- 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/

