<html> <head> <title>Parent</title> </head> <script type="text/javascript"> var w; function loadChild() { w = window.open(); w.location.href="child.html"; ...
確定! 回上一頁