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
top.t.value=mystring 
or even
QT=top.document.getElementById("t")
QT.value=mystring

This works in Opera and IE/ASV, but not in FF, Safari or Chrome. The FF error 
console (FF 4 beta) shows that top.t (or top.f.t or QT) is not defined though 
in Opera IE/ASV its nodeName shows up as "textarea"

To see in context, you can visit
http://srufaculty.sru.edu/david.dailey/svg/SVGOpen2010/Polygons/polygons8.html
though there is a fair amount of code to wade through.

Any ideas? I'm sure I've done things like this before.

thanks,
David

[Non-text portions of this message have been removed]



------------------------------------

-----
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> 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/

Reply via email to