日期:2014-05-17  浏览次数:20539 次

父页面和子页面间刷新,关闭,操作,总结资料收集
父页面和子页面间刷新,关闭,操作,总结资料收集

谢谢

------解决方案--------------------
a.html
HTML code

<html>

<body>
要传的值
<input type='text' id='txtID' name='txtName' value='aa' /> <br>
<input type='button' value='open' onclick="window.open('b.html');" />

<script>
alert('刷新了页面');
function method()
{
    alert('a.html');
}
</script>
</body>
</html>

------解决方案--------------------
a.html
HTML code

<input type='button' value='showModalDialog' onclick="window.showModalDialog('c.html',window);" />

------解决方案--------------------

楼主 从我这个处女帖看起:

你会有惊人的发现..

1、我在CSDN上发的第一个帖子http://topic.csdn.net/u/20091012/16/9a082f7b-97a4-4475-9d7e-b241fed6df8a.html

2、第二集:http://topic.csdn.net/u/20091019/17/c1e638db-3c07-4053-a498-6e6804801102.html

3、第三集:http://topic.csdn.net/u/20091020/16/b3e78af2-add8-422f-a2ae-67dd58c33a84.html

4、第四集:http://topic.csdn.net/u/20091029/15/b1e0e1b0-2d84-4a61-a207-a51eafb56ebd.html