Happy404
New Member
- Oct 31, 2015
- 24
- 1
Hi guys i got this code:
I want the client to open in a new tab when I click the button, can you do that for me?
PHP:
<div class="userbuttonbox">
<a href="/client" onclick="window.open('/client','new','toolbar=0,scrollbars=0,location=1,statusbar=1,menubar=0,resizable=1,width=1270,height=700');return false;"><div class="userbutton">
<?= $lang["Mgoto"] ?>
</div></a>