$html=<<<html
<tr><td>$i.<a href="offtask.php?taskid=$taskid target='_blank' ">$title</a></td><td>$count</td><td class="nowrap">$locationtext</td></tr>
html;
echo $html;
Wie wird im obigen Code ein neues Fenster geöffnet? target='_blank'
funktioniert nicht.