Author: djgalix
Description: Show your link in a popup. You can fully set the popup, size, scrollbar, menu, etc...
Attachment: Download zip and don't forget to place "backblack.png" and "play.gif" in root/images
BBCode:
Code: Select all
[Popup]{TEXT},{URL}[/Popup]
Code: Select all
<table width="165" height="70" border="0" cellpadding="0" cellspacing="0" style="text-align: center;">
<tr>
<td background="./images/backblack.png" width="165" height="70">
<font color="#FFFFFF">{TEXT}</font><br>
<input type="image" src="./images/play.gif" title"{URL}" onclick="window.open('{URL}','','width=500,height=500,left=50,top=50,resizable=no,scrollbars=yes,toolbar=yes,menubar=yes,location=no,status=no')" type="button">
</tr></td>
</table>
Code: Select all
[Popup]Text and Url[/Popup]
Code: Select all
[popup]Google,http://www.google.com[/popup]
[popup]Google,http://www.google.com[/popup]