如题,比如我现在有个文档<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>大幅图片广告代码演示</title>
<style type="text/css">
img {border:0px;}
</style>
</head><body>
<div id="parent" style="width:auto; height:600px;">
  <div id="test" style="background-color:Black;width:100%; height:150px;"> 
    <iframe src="default.htm" width="960px" height="301px" id="testGetID"></iframe>
  </div>
</div>
</body>
</html>
现在的问题是,能够取到id=test,但是怎么才能取到id=parent呢?