index.html
<html> <head> <script> <!-- function go(){ //location.target="main"; var ifrm = document.getElementById("main"); ifrm.setAttribute("src","http://www.csdn.net",0); } --> </script> </head> <body> <div><a href="javascript:go();">go</a></div> <div><iframe id="main" name="main" src="http://www.163.com" /></div> </body> </html> |