Skip to content

Commit 57c1e80

Browse files
committed
Changed: Printing
1 parent aff7e66 commit 57c1e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extra/ifame.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</div>
3232
</form>
3333
<a href="#" class="home" title="Project Home" onclick='GoHome()'>&nbsp;</a>
34-
<a href="#" class="print" title="Print" onclick="window.print();return false;">&nbsp;</a>
34+
<a href="#" class="print" title="Print" onclick="window.frames['rightframe'].focus();window.frames['rightframe'].print();return false;">&nbsp;</a>
3535
</td>
3636
</tr>
3737

0 commit comments

Comments
 (0)