比如:<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
</head>
<frameset cols="159px,200px,*"> 
 <frame name="a1" src="link.html" noresize="yes"  border="1px"  scrolling="auto" bordercolor="blue" > 
 <frame name="a2" src="text.html">  
 <frame name="a3" src="http://www.baidu.com">  
</frameset>
</html>我能在link.html中获取到百度网站上某个元素的值吗?