exclude javascript code from print function
Posted
by user228058
on Stack Overflow
See other posts from Stack Overflow
or by user228058
Published on 2010-05-13T16:59:29Z
Indexed on
2010/05/13
17:04 UTC
Read the original article
Hit count: 305
I have a print function on a page in my website. the problem is, when it hits this line:
<script type="text/javascript" src="http://cdn.powerreviews.com/repos/12564/pr/pwr/engine/js/full.js"></script>
, it tries to load it, and just never finishes.
Any ideas on how to get around that?
© Stack Overflow or respective owner