TOC PREV NEXT INDEX


Displaying a document in specific window or frame

To display a DjVu document in a specific browser window or frame, add a target attribute to the href attribute. In this example, the document is displayed in a specific browser window:

<a href="filename.djvu" target="windowname">My DjVu Document</a>

In this example, the document is displayed in a targeted frame:

<a href="filename.djvu" target="framename">My DjVu Document</a>

LizardTech Web page
TOC PREV NEXT INDEX