日期:2014-05-16 浏览次数:20378 次
alert(document.getElementById('UserZone').document.getElementsByTagName('table').length);
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="gb2312"> <head> <meta http-equiv="Content-Language" content="zh-cn"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> <title>办公自动化管理系统</title> <link href="style.css" rel="stylesheet" type="text/css"> </head> <table id="UserZoneTable"> <tr> <td> <iframe id="UserZone" name="UserZone" scrolling="yes" src="ShowArticleSendUsers.asp"></iframe> </td> </tr> </table> </form> </body> </html>