- HTML source for Web service (Normal viewer)
Parts expressed with red color in the source are used to change the URL of actual required file. The blue parts can be used for highlight function. Multi words can be expressed with using "&".
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<script language="VBScript">
private Sub Open()
ThkView1.LoadCSDImage("http://www.domain.com/mycsd.csd")
end Sub
</script>
</head>
<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="white" scroll=yes onload="Open()">
<object id=thkView1 style="LEFT: 0px; WIDTH: 100%; TOP: 0px; HEIGHT: 100%"
classid="CLSID:7F7C4E75-4C54-467F-8077-15874ACBD638"
codebase="http://www.csdcenter.com/kr/files/CSD/CSDViewerX.cab#Version=-1,-1,-1,-1">
<param name="_Version" value="65536">
<param name="_ExtentX" value="18045">
<param name="_ExtentY" value="13838">
<param name="_StockProps" value="0">
<param name="FindString" value="search&string">
</object>
</body>
</html>
- HTML source for Web service (eBook viewer)
Parts expressed with red color in the source are used to change the URL of actual required file. The blue parts can be used for highlight function. Multi words can be expressed with using "&".
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<script language="VBScript">
private Sub Open()
ThkView1.LoadCSDImage("http://www.domain.com/mycsd.csd")
end Sub
</script>
</head>
<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="white" scroll=yes onload="Open()">
<object id=thkView1 style="LEFT: 0px; WIDTH: 100%; TOP: 0px; HEIGHT: 100%"
classid="CLSID:64ED4D75-EA81-41E5-8783-2458DC41C1E2"
codebase="http://www.csdcenter.com/kr/files/CSD/eBookViewerX.cab#Version=-1,-1,-1,-1">
<param name="_Version" value="65536">
<param name="_ExtentX" value="18045">
<param name="_ExtentY" value="13838">
<param name="_StockProps" value="0">
<param name="FindString" value="search&string">
</object>
</body>
</html>
|