[svg-developers] funny cross-browser issue involving top

2010-08-11 Thread ddailey
An svg document is included in an HTML document using object Inside the HTML is a textarea (it has id=t, and I also tried name=t and putting it inside a form with id and/or name f). The SVG contains a script which attempt to scribble into the HTML text area using top.f.t.value=mystring or

Re: [svg-developers] funny cross-browser issue involving top

2010-08-11 Thread Jacob Beard
David, top.document.getElementById(t) seems to be working well in Firefox 3.6.8. top.t.value seems to be working fine in Chromium 5.0.382. Jake On Wed, Aug 11, 2010 at 4:02 PM, ddailey ddai...@zoominternet.net wrote: An svg document is included in an HTML document using object Inside the