Nice new forum, but all my references have gone!! Can you please tell me how to make the new and hot links on the index page open in a new window.
Thanks![]()
Nice new forum, but all my references have gone!! Can you please tell me how to make the new and hot links on the index page open in a new window.
Thanks![]()
Last edited by dody; 08-28-2001 at 06:43 PM.
edit /lang/english.php line 267
just add <a target=_blank>
PHP Code:// show new links in main page (index.php3)
$msg_1061 = "<li><a href='go.php3?id=<%link_id%>' target=_blank><%title%></a> (<%date%>)";
// show new links in main page (index.php3)
$msg_1062 = "<li><a href='go.php3?id=<%link_id%>' target=_blank><%title%></a>";