Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Printing a page problem


Message #1 by "Sidney James P. Fuerte" <fuertsj1104@y...> on Fri, 19 Apr 2002 23:18:12
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

  Return to Index