I want to create a javascript that does two things:
1. Prints the current page. I have already learned that window.print() does this.
2. Sends the browser to a different web page. This is an inTRAnet webpage so the user won't think I'm hijacking them.
What is the second line of code?
1. Prints the current page. I have already learned that window.print() does this.
2. Sends the browser to a different web page. This is an inTRAnet webpage so the user won't think I'm hijacking them.
What is the second line of code?