js改变Iframe中Src的方法

本文实例讲述了js改变Iframe中Src的方法。分享给大家供大家参考。具体实现方法如下:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title></title> <meta content="Microsoft Visual Studio .NET 7.1"> <meta content="http://schemas.microsoft.com/intellisense/ie5"> <script type="text/javascript"> function test(Url) { document.frames[0].location.href =Url; } </script> </head> <body> <iframe src=""></iframe> <a href="#">linkbutton</a> </body> </html>

希望本文所述对大家的javascript程序设计有所帮助。

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wgjgdp.html