Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

window.print() not working in Netscape 6.

Status
Not open for further replies.

ashpassword

Programmer
Jun 19, 2002
19
IN
I am using two frames, in my first frame my "Print" button is there and from that button I want to print the another frame's document(HTML CSS).
So for that I have written the following Function:

function printReport()
{
parent.Main.focus(); //"Main is my second Frame's name which I want to Print.
window.print();
}

The above function works well in IE but in netscape 6, nothing happens , it also doesn't give me any error message.
If any one have any idea about my problem please respond.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top