I would like to add a link on product.tpl for open a popup window page.
I am not a PHP programer. For sure. It's failed.
Here is my code:
<table width="280" border="0" align="center">
<tr>
<td align="right">
<a href="#" onclick="window.open ('../../../../../../../SizeReport.html', 'SizeReport', 'height=500, width=400,toolbar=yes, menubar=yes, resizable=yes,location=yes, status=yes');">SizeReport</a>
</tr>
</table>
Is there any one who know how to solve the issue?
Hope there are someone who can help!
Thanks!!
Jacgo