February 15, 200719 yr I am updating my cycling clubs website and we show our newsletters in HTML, I have created a CSS format that will print just the newsletter and none of the menus or buttons etc, I have got this line in my HTML:<a href="java script: window.print()" title="Print this screen">*** PRINT ***</a>When the user clicks on this link, it pops open the Print Dialog, which is fine, however I was wondering if it was possible to this but activate the "print preview" rather than the Print Dialog using Javascript??ThanksTC. Edited February 15, 200719 yr by TomcaT
February 15, 200719 yr There are a few ways to do it, but the best I found for cross browser support is available here.Hope this helps.
February 16, 200719 yr Author Thanks mate, nice little work around, not what I was really after but I might just use that!! Cheers,TC
Create an account or sign in to comment