日期:2014-05-18 浏览次数:20385 次
<html> <head> <script type="text/javascript" language="javascript"> function reset() { document.getElementById("MyIfrom").src="内嵌的另一个页面"; } </script> <head> <body> <iframe id='MyIfrom' name ='MyIfrom' marginheight=0 marginwidth =0 height ='320px' scrolling = 'auto' frameborder = 0 width='550px' src ='Information.aspx'></iframe> <span onclick="reset()" style="cursor:pointer">连接</span> <body> </html>