Initial commit
This commit is contained in:
21
crystalreportviewers13/html/calendar.html
Normal file
21
crystalreportviewers13/html/calendar.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META http-equiv=content-type content="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>
|
||||
10
crystalreportviewers13/html/calendarbottom.html
Normal file
10
crystalreportviewers13/html/calendarbottom.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv=content-type content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<script language="javascript">
|
||||
document.write(parent.parent.opener.calDocBottom);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
10
crystalreportviewers13/html/calendartop.html
Normal file
10
crystalreportviewers13/html/calendartop.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv=content-type content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<script language="javascript">
|
||||
document.write(parent.parent.opener.calDocTop);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user