Re: [svg-developers] focus to SVG

2005-04-28 Thread John Dowdell
Christoph Gaisbauer wrote: > to call a function within my svg I use the keypress event. > That works fine, as long as the svg has focus. > I could manage to set the focus to my svg with: > document.embeds["mysvg"].focus(); > This will run in IE, but not in FireFox. > Is there a way to set the focus

[svg-developers] focus to SVG

2005-04-28 Thread Christoph Gaisbauer
Hi all, to call a function within my svg I use the keypress event. That works fine, as long as the svg has focus. I could manage to set the focus to my svg with: document.embeds["mysvg"].focus(); This will run in IE, but not in FireFox. Is there a way to set the focus to an embed in FF? Thanks for