网站首页  汉语字词  英语词汇  考试资料  写作素材  旧版资料

请输入您要查询的范文:

 

标题 jquery获得同源iframe内body下标签的值的方法
范文
    test.html
    html代码
    ?123456789101112131415161718192021222324 <!doctype html> <html> <head> <meta http-equiv=content-type content=text/html; charset=utf-8 /> <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=utf-8> <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>
随便看

 

在线学习网范文大全提供好词好句、学习总结、工作总结、演讲稿等写作素材及范文模板,是学习及工作的有利工具。

 

Copyright © 2002-2024 cuapp.net All Rights Reserved
更新时间:2025/5/24 7:44:07