I want to print a frame out of three frames. I am using the following code
frame1 = frame to be printed
parent.frame1.focus();
window.print();
But this does not work in the netscape communicator.. What is the reason
for this ??. This works fine in IE 5..
Can i insert page breaks in my code for formatting the particular frame
??
