-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_editingroom_res.html
27 lines (25 loc) · 1.46 KB
/
index_editingroom_res.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script type="text/javascript">
$().ready(function(){
var refreshPage = function(){
var iframe = document.getElementById('myframe');
var tmp_src = iframe.src; iframe.src = ''; iframe.src = tmp_src;
setTimeout(refreshPage, 300000);
}
refreshPage();
});
</script>
</head>
<body style="overflow: hidden;">
<div style="width:1280px;height:1024;overflow:hidden;border:0px;margin-top:-10px;margin-left:-10px;margin-bottom:-10px;margin-right:-10px" >
<!-- <div style="width:1280px;height:1024;overflow:hidden;border:0px;margin-top:-10px;margin-left:-10px;margin-bottom:-10px;margin-right:-10px" >
-->
<iframe src="https://calendar.google.com/calendar/embed?wkst=1&bgcolor=%23ffffff&ctz=America%2FNew_York&src=bzE5MGdxNHBhODViMnBpMXAwcjA5ZmkycGIxb2hiNTdAaW1wb3J0LmNhbGVuZGFyLmdvb2dsZS5jb20&color=%2381910B&mode=AGENDA" style="border:solid 1px #777" width="100%" height="100%" frameborder="0" scrolling="no"></iframe>
<!-- <iframe id="myframe"
src="https://docs.google.com/presentation/d/e/2PACX-1vQDbBZkGDab-4sYqKBOokFKBsA1PuZhcYIotJecj0JzsmPXsd1QhRAmaTcBN-ZAKJmGHA0rv4GpfPr7/embed?start=true&loop=true&delayms=10000" frameborder="0" width="1300" height="1055" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">
</iframe>
</div>
</body>
</html>