Chatbox mod
Verfasst: 25.08.2003 01:55
Hi wo kann ich bein dem Chatbox Mod die Fenstergröße der Chatbox verändern`?
Code: Alles auswählen
<a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,resizable=yes,width=540,height=540')">{L_CLICK_TO_JOIN_CHAT}</a>
Code: Alles auswählen
<!-- BEGIN switch_user_logged_in -->
<a href="javascript:void(0);" onClick="window.open
'{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,resizable=yes,width=540,height=540')">{L_CLICK_TO_JOIN_CHAT}</a>
<!-- END switch_user_logged_in -->
<br />{CHATTERS_LIST}
</span>
Code: Alles auswählen
javascript:void(0);
Code: Alles auswählen
[ <a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,width=600,height=510')">{L_CLICK_TO_JOIN_CHAT}</a> ]
Code: Alles auswählen
frameset rows="*" cols="30%,*" scrolling=no noresize framespacing=0 frameborder=NO border="0" onUnload="MM_openBrWindow('<?php echo append_sid("chatbox_drop.php"); ?>', 'drop', 'scrollbars=no, width=225, height=300')">
<frame src="<?php echo append_sid("messenger_list.php"); ?>" name="who" noresize marginwidth="0" marginheight="0">
<frameset rows="80%, 20%" cols="*" scrolling=NO noresize framespacing=0 frameborder=NO border="0">
<frame src="<?php echo append_sid("messenger_view.php"); ?>" name="ekran" noresize marginwidth="0" marginheight="0">
<frame src="<?php echo append_sid("messenger_send.php"); ?>" scrolling="no" name="sender" noresize marginwidth="0" marginheight="0">
</frameset>