Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Use the Print method to print one or more topics in a specified contents (.hhc) file.
This method can be used with either a compiled help (.chm) file or uncompiled HTML files.
Applies to
Syntax
Print()
Parameters
The Print method takes no parameters.
Example
The following example shows how to use the Print method to invoke the Contents command.
The code for the Contents command:
<OBJECT
id=test2
type="application/x-oleobject"
classid="clsid:52a2aaae-085d-4187-97ea-8c30db990436"
codebase="hhctrl.ocx#Version=5,02,3790,1194"
width=55%
height=45%
>
<PARAM name="Command" value="Contents">
<PARAM name="Item1" value="methods.hhc">
</OBJECT>
The JavaScript code to call the Print method:
<a href=JavaScript:test2.Print()>Print Contents</a>
Related topics