星之海洋2
(星之海洋2)
高级会员

版主
UID 17773
精华
0
积分 904
帖子 902
金钱 904 喜悦币
威望 0
人脉 0
阅读权限 50
注册 2002-11-16 来自 hy.zj.China
状态 离线
|
[推荐阅读] 体检结束!
a.htm
<html>
<input type="text" name="a">
<input type="button" value="open" onclick="window.open('b.htm','','')">
</html>
b.htm
<html>
<input type="text" name="b">
<input type="button" value="click" onclick="window.opener.a.value=b.value">
</html>
|
|