Initial commit
This commit is contained in:
31
crystalreportviewers13/js/dhtmllib/samples/default.html
Normal file
31
crystalreportviewers13/js/dhtmllib/samples/default.html
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=iso-8859-1">
|
||||
<title>Library samples</title>
|
||||
</head>
|
||||
<script>
|
||||
_skin="skin_standard";
|
||||
_lang="en";
|
||||
_currentURL="empty.html";
|
||||
|
||||
function updateContent(skin,lang,url)
|
||||
{
|
||||
_skin=skin?skin:_skin;
|
||||
_lang=lang?lang:_lang;
|
||||
_currentURL=url?url:_currentURL;
|
||||
frames.Content.location.replace(_currentURL);
|
||||
}
|
||||
|
||||
</script>
|
||||
<FRAMESET COLS="33%,*">
|
||||
<FRAMESET ROWS="85,*">
|
||||
<FRAME NAME="SkinIntl" TITLE="Menu" SRC="skinIntl.html">
|
||||
<FRAME NAME="Navigation" TITLE="Menu" SRC="navigation.html">
|
||||
</FRAMESET>
|
||||
<FRAME NAME="Content" TITLE="Content" SRC="empty.html">
|
||||
</FRAMESET>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user