日期:2014-05-16 浏览次数:20403 次
<html> <head> <meta charset="utf-8"> <title>Untitled Document</title> </head> <body> <form name="myForm"> <input type="text" name="myField"> </form> </body> </html>
<head> <meta charset="utf-8"> <title>Untitled Document</title> <script language="javascript"> function newWin() { var newWindow = window.open("130a.html","newWindow"); } </script> </head> <body> <script language="javascript"> function nAl() { var nAlert = window.alert(newWindow.document.myForm.myField.value); } </script> <a href="#" onClick="nAl()">Click me </a> </body>