/aspnet_client/system_web/2_0_50727/CrystalReportWebFormViewer3/html/calendar.html
http://github.com/khaneh/Orders · HTML · 21 lines · 16 code · 5 blank · 0 comment · 0 complexity · 2eba0065b2d4d84d4e362a5b99e66e30 MD5 · raw file
- <HTML>
- <HEAD>
- <META http-equiv=content-type="text/html; charset=utf-8">
- <TITLE>Crystal Reports</TITLE>
- </HEAD>
-
- <SCRIPT LANGUAGE="JavaScript">
-
- //newWin = window;
- // USE THE JAVASCRIPT-GENERATED DOCUMENTS (calDocTop, calDocBottom) IN THE FRAMESET
- calDocFrameset =
- "<FRAMESET ROWS='70,*' FRAMEBORDER='0'>\n" +
- " <FRAME NAME='topCalFrame' SRC='calendartop.html' SCROLLING='no'>\n" +
- " <FRAME NAME='bottomCalFrame' SRC='calendarbottom.html' SCROLLING='no'>\n" +
- "</FRAMESET>\n";
-
- document.write(calDocFrameset);
-
- </SCRIPT>
-
- </HTML>