test.html
Html代码
?123456789101112131415161718192021222324 <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gbk" /> <title>jquery</title> <style type="text/css"> </style> <script type="text/javascript" src="> <script type="text/javascript"> $(document).ready(function (){ $("#show").click(function (){ var iframeObj = $(window.frames["iframe_name"].document); alert(iframeObj.find("#un").val()); }); }); </script> </head> <body> <input type="button" id="show" value="show" /> <iframe id="iframe_id" name="iframe_name" src=> </body> </html>
login.html
Html代码
?1234567891011121314 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gbk"> <title>登录页面</title> </head> <body> <form method="POST" action="#"> 用户名:<input id="un" type="text" name="username" value="123d" /> 密 码:<input type="text" name="password"/> <input type="submit" value="提交"> </form> </body> </html>
中国足彩网信息请查看IT技术专栏