Home > Viewer > PC > CSD Web Component
Do you want to include CSD document in web browser?
You can see CSD at web easily.
 
CSD Web Component is a viewer product that enables you can search CSD document using ActiveX of Internet explorer plug in format. As with viewer included in CSD Reader and SSD, it supports view functions of various formats like as fitting for screen, thumb nail view, viewing table of contents etc and supports search within document, presentation function etc so that user can use CSD document more conveniently.
CSD Web Component is automatically downloaded in case of its first use when you want to see CSD type file at web browser. Subsequently, CSD document inquiry is possible without CSD Web Component download process. In addition, it supports professional search, so searched keyword is displayed in highlighted format in document. And it supports function that shows document by moving to page where first keyword resides directly.
 
 
  • 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>