/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

  1. <HTML>
  2. <HEAD>
  3. <META http-equiv=content-type="text/html; charset=utf-8">
  4. <TITLE>Crystal Reports</TITLE>
  5. </HEAD>
  6. <SCRIPT LANGUAGE="JavaScript">
  7. //newWin = window;
  8. // USE THE JAVASCRIPT-GENERATED DOCUMENTS (calDocTop, calDocBottom) IN THE FRAMESET
  9. calDocFrameset =
  10. "<FRAMESET ROWS='70,*' FRAMEBORDER='0'>\n" +
  11. " <FRAME NAME='topCalFrame' SRC='calendartop.html' SCROLLING='no'>\n" +
  12. " <FRAME NAME='bottomCalFrame' SRC='calendarbottom.html' SCROLLING='no'>\n" +
  13. "</FRAMESET>\n";
  14. document.write(calDocFrameset);
  15. </SCRIPT>
  16. </HTML>