554006164

 

 

<SCRIPT>
function popUpProperties(inobj) {
 op 
= window.open();
 op.document.open(
\'text/html\');
 
for (objprop in inobj) {
 op.document.write(objprop 
+ \' 的属性或方法:    \' + inobj[objprop] + \' <br/>\');
 }

 op.document.close();
}

</SCRIPT>

<input type="button" onclick="popUpProperties(document)" value="得到document的属性和方法">

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/net_lover/archive/2001/06/18/6861.aspx

分类:

技术点:

相关文章:

  • 2021-11-30
  • 2021-09-28
  • 2021-10-15
  • 2021-11-30
  • 2021-11-12
  • 2021-12-22
  • 2021-11-30
  • 2021-07-16
猜你喜欢
  • 2021-11-30
  • 2021-09-17
  • 2018-09-12
  • 2021-10-13
  • 2021-12-27
  • 2022-01-01
  • 2018-04-02
相关资源
相似解决方案