I the search I found only an old thread, and it doesn't work.
Thanks,
Tom
I the search I found only an old thread, and it doesn't work.
Thanks,
Tom
try editing the rows.html file and adding a target="_blank" to the HREF tag
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
To add detail to what esm said: The code in 3.2 should look like this with the added target:
<a href="go.php?id=<%link_id%>" target="_blank"
onmouseout="window.status=''; return true;"
onmouseover="window.status='<%url%>'; return true;">
<%title%>
</a>