Posted on 2008-01-04 10:09
傅曉風 閱讀(386)
評論(1) 編輯 收藏 所屬分類:
else
<iframe style="height:expression(right.document.body.scrollHeight)" src="shijuanzhanshi_<%=id%>.asp" name="right" width="600" marginwidth="0" align="center" marginheight="0" scrolling="no" frameborder="0"></iframe>
關鍵就在 style="height:expression(right.document.body.scrollHeight)" 這句話,right是你的iframe的name
透明:
將parent頁的<iframe></iframe>改成<iframe allowTransparency="true"></iframe>
然后將iframe的頁面也就是src所指向的頁面中的<body>改為<body style="background-color:transparent">