I am using self.print()
to call print and with this opens the option to print the page that I am. However, I'd like you to go to another page via% a% of% before printing to print ... All this when you click on the " Print " button.
Is this possible?
My HTML
<tr>
<td width="60"><a id="meulink" href="index.php?content=fones-uteis&action=update&id=<?=$uteis['id'];?>">Imprimir</a></td>
<td width="60"><a href="index.php?content=fones-uteis&action=update&id=<?=$uteis['id'];?>">Editar</a></td>
<td width="60"><a href="index.php?content=fones-uteis&action=delete&id=<?=$uteis['id'];?>" onclick="return confirmDelete();">Excluir</a></td>
</tr>