when I open the HTML page like follow: <OBJECT id="StormPlayer" width = 800 height = 400 src = "111"></OBJECT> <script language="JavaScript"> alert(document.StormPlayer.src); </Script>
the warning message will show "undefined". why? can I add the "src" attribute to "object" tag and can be modified by JavaScript?
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

