I cant get this to work - is there something missing.? Do I need to add something..? I get
[err parent.frames[1] is null or not an object]
when I click
I am trying to print a page that is not on screen
<a href="pagetoprint.htm" onClick="if (window.print) {
parent.frames[1].focus();
parent.frames[1].print();
}
return false">Click here to Print"</a>
[err parent.frames[1] is null or not an object]
when I click
I am trying to print a page that is not on screen
<a href="pagetoprint.htm" onClick="if (window.print) {
parent.frames[1].focus();
parent.frames[1].print();
}
return false">Click here to Print"</a>