Почему не работает такой код IE7
<div id='div'></div>
<script src="javascript/ie7.js">
var cont=$('div');
var t=new Element('table',{'width':'200px'});Element.extend(t);
cont.insert(t);
var tr=new Element('tr');Element.extend(t);
var td=new Element('td').update('hello');Element.extend(t);
t.insert(tr);
tr.insert(td)
</script>
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.