Почему не работает такой код 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 prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to