ashpassword
Programmer
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.
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.