Tab instead of pop-up

Jonaz

New Member
May 4, 2018
8
0
Is there a way to get tab when clicking on "join hotel" instead of a new pop-up window?
122j49e.png

If so, what do I write instead?

:D
 

Jonaz

New Member
May 4, 2018
8
0


Edit the button in the me page has nothing to do with the client
I don't quite understand, it doesn't seem to work, or am I doing it wrong.
I found this:
<div class="enter-hotel-btn">
<div class="open enter-btn">
<a href="{url}/client" target="_blank""38c35fe8bac3cff9c706f467ca3909ac2e5d7f52" onclick="HabboClient.openOrFocus(this); return false;">Enter {hotelname} Hotel<i></i></a>
<b></b>
</div>
</div>

(I'm noob, sry)
 

Logic

Bobby Billionaire
Feb 8, 2012
748
207
Code:
<a href="{url}/client" target="_blank" "38c35fe8bac3cff9c706f467ca3909ac2e5d7f52" onclick="HabboClient.openOrFocus(this); return false;">Enter {hotelname} Hotel<i></i></a>

That is correct.
 
Last edited:

Users who are viewing this thread

Top