You can very easily pop up the Print dialog using a JavaScript call to a function. The following code works in all major browsers, including Internet Explorer and Firefox:
<a href="#" onclick="window.print();">Print this</a>
You can very easily pop up the Print dialog using a JavaScript call to a function. The following code works in all major browsers, including Internet Explorer and Firefox:
<a href="#" onclick="window.print();">Print this</a>