Topic: How to create a popuplink in the navbar
I want a link displayed in the navigation bar and if you click on it a popup opens.
I've tried this a few times but it doesn't work. Can someone help me?
$links[] = '<a href="register.php">'.$lang_common['Register'].'</a> | <a href="login.php">'.$lang_common['Login'].'</a>' ;
I want the textlink after 'Login'
This is the code for the popup below. If I add this, then it says 'Parse Error' ...
<a href="blablabla.html" onclick="window.open('blablabla.html','blablabla',
'width=200,height=100,scrollbars=yes,toolbar=yes,location=yes'); return false">Textlink</a>