[go: up one dir, main page]

Menu

[r2]: / codethatcalendar.html  Maximize  Restore  History

Download this file

19 lines (18 with data), 624 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>OS Calender</title>
<LINK REL="StyleSheet" HREF="themes/OSExtraLite/style/styleNN.css" TYPE="text/css">
<style type="text/css">@import url("themes/OSExtraLite/style/style.css");</style>
<script language="javascript" src="/javascript/codethatcalendarstd.js"></script>
</head>
<body>
<script language="javascript">
if(!window.opener)window.opener=window.parent;
if(window.opener && window.opener.codethatcalendar)
{ document.write("<div class='clsBody'>")
window.opener.codethatcalendar.create(document);
document.write("</div>")
}
</script>
</body>
</html>