1
Into a PHP page, I want to use HTML and Js instructions like this but it doesn't work

print "<td>
<a href='javascript:;'
onClick='javascript:window.open(
https://xoops.org);'>Test
</a>
</td>";
It's just an example. And of course no space between java and script as displayed into this request.
Solution

Thanx