kan iemand mij aub vertellen hoe ik deze code in _blank
laat openen

"<tr class=\"list0\"><td class=\"list0\"><b><a href=\"?actie=download&id=".$f_download["id"]."\">Download nu</a></b></td>".

wat ik toe moet voegen zodat het in _blank opent (nieuwe venster)
<a href=\"?actie=download&id=".$f_download["id"]."\">


<a href=\"?actie=download&id=".$f_download["id"]."\" target=\"_blank\">
bedankt man

Reageren