What I mean is, lets say I have a content:
\"Stackoverflow is the best, bla bla bla...\"
I want to print the content in a paper, not computer monitor, how to
A better way to do it is like this:
Print Me
Adding the return false; to the onclick event will stop the browser following the link, and using the tag with the href will cause the link cursor to appear on mouseover. Without it there would just be an arrow cursor which doesn't always make it obvious it's a link.