javascript thread: Printing a page problem
Hi all,
I am using window.print to print a current page, but after printing it I
want to redirect the printed page in another URL... is this possible? co'z
right now after I call window.print the preceeding instruction will no
longer be executed. like this:
function test(){
window.print;
alert("You will be redirected");
window.location... bla... bla..bla
}
only window.print is executed and the rest of the line is not?
can anybody help me on this?
Thanks/Regards
Sidney
|





