Answered
Printing Button on WebHelp Skin
Hi,
I am generating webhelp.
I was able to follow the instructions and create a custom button on the WebHelp Skin and to print the topic which is open. When I try to print it prints a page with the Toolbar of the skin but no contents..
Code used
if (top.frames[1].frames[1].frames[1] != null)
{
top.frames[1].frames[1].frames[1].focus(); window.print();
}
else
{
top.frames[1].frames[1].focus(); window.print();
}
Please help
I am generating webhelp.
I was able to follow the instructions and create a custom button on the WebHelp Skin and to print the topic which is open. When I try to print it prints a page with the Toolbar of the skin but no contents..
Code used
if (top.frames[1].frames[1].frames[1] != null)
{
top.frames[1].frames[1].frames[1].focus(); window.print();
}
else
{
top.frames[1].frames[1].focus(); window.print();
}
Please help
