主頁
=================================================================================
<body onload='document.getElementById("e").contentWindow.document.designMode="on";'>
<iframe ID="e" name="ei" src="a.html"> </iframe>
<script>
window.frames["ei"].src= 'a.html';
</script>
=================================================================================
a.html
=================================================================================
<html>
<head>
<meta http-equiv="Content-Type" c>
<style>
body
{
line-height: 0px;
font-size:14px;
color:red;
}
</stle>
</head>
</html>
=================================================================================
在ie下正常工作
但firefox下只show出
body
{
line-height: 0px;
font-size:14px;
color:red;
}
而且不能編輯iframe的內容
=================================================================================
<body onload='document.getElementById("e").contentWindow.document.designMode="on";'>
<iframe ID="e" name="ei" src="a.html"> </iframe>
<script>
window.frames["ei"].src= 'a.html';
</script>
=================================================================================
a.html
=================================================================================
<html>
<head>
<meta http-equiv="Content-Type" c>
<style>
body
{
line-height: 0px;
font-size:14px;
color:red;
}
</stle>
</head>
</html>
=================================================================================
在ie下正常工作
但firefox下只show出
body
{
line-height: 0px;
font-size:14px;
color:red;
}
而且不能編輯iframe的內容

添加至收藏夹