Skip to main content
September 21, 2012
Question

Script Error when printing

  • September 21, 2012
  • 1 reply
  • 556 views

I have created a project using RH9 that I added a "Print" button to (Thanks Rick!) .  The print function seems to work well in IE9 but when the customer trys to print from IE7 they are receiving the below error......

The following is the Java Script added to the Skin.......

javascript:parent.frames[1].bsscright.focus();window.print();

Unfortunately... the customer must use IE7 because it is part of a standard image provided by thier organization.

Appreciate any insight ......

This topic has been closed for replies.

1 reply

Willam van Weelden
Inspiring
September 21, 2012

Hi,

You can try my toolbar scripts: http://www.wvanweelden.eu/premium-content/webhelp-toolbar-scripts

It includes a print button that should work on all IE-versions.

Greet,

Willam

September 21, 2012

Thanks very much!!! Will give this a go and see ......