Can we make Print button without JavaScript? to open browser print window.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
HTML has no built-in "print" action for an anchor tag or input button (or anything else), so JavaScript is your way. You could also include instructions for your users on how to print using File->Print or the other various alternatives. |
|||
|
|
|
Althought as @Pablo says there is no print functionality that can be used without javascript, here is something that will make it a little nicer just in case there was a user that had javascript disabled: |
|||||
|
|
|
Not with straight HTML. You could do it with Java, ActiveX, etc, but those are even more to add than JavaScript. |
|||
|
|