|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Print from email
Hi,
I have an input form in ASP. User fills that form and click on send button, which in turn mail to someone. Now, the user who gets mail in outlook want to see a print button in the body of email so that he can click on that button and prints the page. I know its simple to show a print button in the web page, but how can I do it in the email body. Thanks |
|
#2
|
|||
|
|||
|
plz reply
Anyone plz reply to my question. anyone knows the solution. I am waiting,
Thanks |
|
#3
|
|||
|
|||
|
if you know how to do it in html or javascript you can use that in the email. other than that i don't see why they couldn't just hit the print button in outlook to print the email.
|
|
#4
|
|||
|
|||
|
This is how you do in javascript:
---- <input type="button" value="Print this page" onclick="javascript:window.print();"> --- Just check if it helps. |
|
#5
|
|||
|
|||
|
Hi,
I know this window.print(). Actually, what is hapening is that when I include this script, the email in the outlook shows a "J" like letter in the right side of the email and when I click it, it says that the mail has some Java script which cannot be executed or displayed. Thats why, I was asking if there any other method to include print button in the email body. Thanks |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Print from email |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|