src=http://blog.sina.com.cn/s/blog_664c8e480100izbw.html
index1.htm页面
<HTML>
<HEAD><TITLE> New Document </TITLE>
<SCRIPT LANGUAGE="JavaScript">
</SCRIPT>
<style>
.input7 {color: #999;width:145px;height:20px;border: 1px solid #CCCCCC; font-size:12px;background-color: #fff;}
</style>
</HEAD>
<BODY>
<input type="text" id="name" class="input7">
<input type="button" value="OK" onclick="show()"/>
</BODY>
</HTML>
index2页面:
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<SCRIPT LANGUAGE="JavaScript">
function getvalue(name){
</SCRIPT>
</HEAD>
<BODY>
<input type="button" onclick="getvalue('show')" value="GetValue"/>
</BODY>
</HTML>