• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can I use a javascript print function to print a DIFFERENT page (not the current)???

DPK

Senior member
I would like to know if this is possible before I go exploring how to do it. I would like to add a print button onto my website so that it prints my resume page. Now, I know how to do this so that it prints the CURRENT page, but it seems kind of pointless when everyone's browser has a print button already. So, what I want to do is add a script to the /website/index.htm page so that there is a button that prints my resume on /website/resume.htm. IS THIS POSSIBLE???
 
Just guess, but why couldn't you have an additional page that had in its body onLoad event handler initiate the printing automatically.

Page 1. You say print resume. Click on the link. It opens up a new browser window with the resume.

Resume page. <body onLoad="YOUR PRINTING SCRIPT"

- Just my 2cents worth.
 
Back
Top