Hello all ,
I am sending a html form in php mail .
& also sending the code below for print option :
<html>
<head>
<body>
<form>
<table width="184" height="44" border="0" align="right">
<tr>
<tr>
<td><input name="button" type="button" onClick="window.print();" value="Print"></td>
</tr>
</table>
</form>
</body>
</html>
The print button is not working on recieved mail page.
Please suggest me is it possible to run this Print button on recieved mail page.
any suggestions will be appreaciated .
Thanks & regards.