Hello,
I need to print two frames in two sheets through javascript.
I've tried to :
[CODE=javascript]function print()
{
top.window.focu s();
top.window.prin t();
}
[/CODE]
but not work because the two frames are printed in the same page.
I need to print two frames in two sheets through javascript.
I've tried to :
[CODE=javascript]function print()
{
top.window.focu s();
top.window.prin t();
}
[/CODE]
but not work because the two frames are printed in the same page.
Comment