我应该在我的网站上嵌入一个outlook日历,但是当我加载页面时,它会让我下载它而不是嵌入网页。
你知道为什么吗?
这是我的代码:
<html>
<body>
<style unselectable="on">
#wrap {
width:1000px;
height:900px;
padding:0;
position:relative;
left:0px;
top:0px;
overflow:hidden;
}
#frame {
width:1000px;
height:900px;
position:relative;
left:0px;
top:0px;
}
#frame {
-ms-zoom:0.7;
}
</style>
<div id="wrap" unselectable="on">
<iframe id="frame" src="http://link.it/blablabla/ical.ics"></iframe>
</div>
</body>
</html>
非常感谢