revcms help

ciksty

New Member
Mar 10, 2012
28
0
So i got a retro hotel with revcms and i want the client to pup up in a new Window insted of a new tab
 

Deion

Posting Freak
Jul 3, 2010
1,273
300
In me.php, replace
<center><a href="api.php" onclick="mango.client.popup(); return false;">Enter {hotelName} Hotel</a></center>
with
<center><a href="api.php" target="ClientWndw" onclick="window.open('api.php','ClientWndw','width=980,height=597');return false;">Enter {hotelName} Hotel</a></center>
 

Users who are viewing this thread

Top