Can't seem to get Opera to print a particular frame. The following code works in IE & Firefox:
(tr's the frame name)
parent.tr.print();
have tried:
top.frames['tr'].print();
and:
parent.frames['tr'].print();
but nothing works, just prints all frames, one on each page. Anybody had any success with Opera and printing frames?
Thanks
(tr's the frame name)
parent.tr.print();
have tried:
top.frames['tr'].print();
and:
parent.frames['tr'].print();
but nothing works, just prints all frames, one on each page. Anybody had any success with Opera and printing frames?
Thanks