weidagang2046的专栏

物格而后知致
随笔 - 8, 文章 - 409, 评论 - 101, 引用 - 0
数据加载中……

动态加载javascript

oHead  =  document.getElementsByTagName('head')[ 0 ];
oScript 
=  document.createElement( " script " );
oScript.type 
=   " text/javascript " ;
oScript.src 
=   " http://localhost:8080/Deeryard/scripts/deeryard.js " ;
oHead.appendChild(oScript);

posted on 2006-11-19 13:55 weidagang2046 阅读(352) 评论(0)  编辑  收藏 所属分类: Javascript


只有注册用户登录后才能发表评论。


网站导航: