直接上段代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <div class="detail"> <div id="selectTemplate"> <iframe src="../templets/selecttemplets.aspx" id="iframe" frameborder="0" width="100%" height="100%" /> </div> <script type="text/javascript"><!-- alert("aaaa"); // --></script> </body> </html>
alert不执行
原因 iframe必须这样</iframe>必合才符合xhtml标准
<iframe src="../templets/selecttemplets.aspx" mce_src="templets/selecttemplets.aspx" id="iframe" frameborder="0" width="100%"
height="100%" ></iframe>这样就能执行后面的js了

1万+

被折叠的 条评论
为什么被折叠?



