bigbadroo
02-12-2008, 11:52 AM
Hi
I have this little function that opens a new page, and automatically opens the user's printer window. It works fine in IE, but in FF I get the following error:
'The page was replaced when you were trying to print. Please try again.'
Here's the code:
<a href="#" onclick="newwin=window.open('http://www.bigbadroo.com.au/popbeat/Website/acts/tribute_acts/tom_jones_experience/australian_tom_jones_experience_print.html');if(newwin)newwin.print();" value="Print"><p>Print Artist Fact Sheet</p>(A4 size)</a>
Here's a link to the page to see what's happening (not ready for public viewing):
http://www.bigbadroo.com.au/popbeat/Website/acts/tribute_acts/tom_jones_experience/australian_tom_jones_experience.php
Anyone know how to tweak it?
Cheers
Shaun
I have this little function that opens a new page, and automatically opens the user's printer window. It works fine in IE, but in FF I get the following error:
'The page was replaced when you were trying to print. Please try again.'
Here's the code:
<a href="#" onclick="newwin=window.open('http://www.bigbadroo.com.au/popbeat/Website/acts/tribute_acts/tom_jones_experience/australian_tom_jones_experience_print.html');if(newwin)newwin.print();" value="Print"><p>Print Artist Fact Sheet</p>(A4 size)</a>
Here's a link to the page to see what's happening (not ready for public viewing):
http://www.bigbadroo.com.au/popbeat/Website/acts/tribute_acts/tom_jones_experience/australian_tom_jones_experience.php
Anyone know how to tweak it?
Cheers
Shaun