Hello all, I am writing all my data from a form to a word doc file using php & html . & It is working well . But Now I want to apply a link on that developed word page like "Print this page" to print that word page. Please suggest me how this can be applied on word page. any suggestion will be appreciated. Thanks & Regards.
there is javascript function you can use.. i think its print(); or somthing like that just google it..
Hello xenon2010 Thanks for your reply . Along With my data , I write this code on that page <a href='' onclick='javascript:window.print();'> Print this Page </a> Code (markup): but onclick to this link no popup initiated for the print option on word page . please suggest more on this . Thanks.