Quote:
On my order page I want to add a button next to my "Submit" and "Reset"
that
is called "Print". So customers can print out the order page and fax it to
me if they dont feel safe emailing the page to me.
Can someone please let me know what the code is I need to make this button
print the page or point me in the right direction? |
There's a button up there on your web browser called PRINT. That's the one
you want to click on.
Do note that not all browser will print out the form fields with data in
them, however. You're better off submitting the form to the server, taking
the data, reformating, and send that back to the screen for printing.
BTW, what kind of information are you expecting people to email to you? If
it's private stuff, you really should be using a secure server to handle it.
-Darrel