![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
Yep the page will be sent secure. I know they could use the print icon on their browser, I just wanted a print function on the web page. |
#4
| |||
| |||
|
|
Yep the page will be sent secure. I know they could use the print icon on their browser, I just wanted a print function on the web page. "darrel" <notreal (AT) hotmail (DOT) com> wrote in message news:cme8ku$cg9$1 (AT) forums (DOT) macromedia.com... 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 |
#5
| |||
| |||
|
|
Yep the page will be sent secure. I know they could use the print icon on their browser, I just wanted a print function on the web page. |
![]() |
| Thread Tools | |
| Display Modes | |
| |