Pessoal eu não manjo NADA de php mas eu precisava estou fazendo um esquema de chat no meu site e precisaria que ele abrisse em um popout não redimensionavel sem barras de rolagem
o meu cod está assim:
<?php
/**
* WebChat - A Joomla WebChat IRC Module
* @version 1.0
* @package WebChat
* @copyright (C) 2007 by JoomlaBR - All rights reserved!
* @license http://www.gnu.org/copyleft/gpl.html#SEC1 Copyrighted GNU General Public License
*/
# Don't allow direct acces to the file
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
# Setup the module standard parameter settings
$showwctlogo = $params->def( 'showwctlogo', true );
$introduction = $params->get( 'introduction' );
$wcturl = $params->def( 'wcturl', 'http://gogloom.com/client2/index2' );
$wctbuttontext = $params->def( 'wctbuttontext', 'OK' );
#Bring it all to the screen
?>
<!-- WebChat - Copyright by Joomla BR -->
<!-- Visit: www.joomlabr.net -->
<!-- The REMOVAL of this note is NOT allowed!!! -->
<!-- Contact me through my websites for details -->
<?php
if ($showwctlogo)
echo "<p><img src=\"modules/mod_webchat/logo.gif\" align=\"center\" alt=\"WebChat\" /></P>";
if ($introduction)
echo "<p>$introduction</p>";
?>
<form name="controle" method="post" action="<?php echo $wcturl; ?>" target="blank" id="controle">
<input type=hidden name=network value=Sur00t>
<input type=hidden name=channel value=#joomlabr>
<input type=hidden name=username value=>
<input type=hidden name=pack value=>
<input type=hidden name=webCHAT value=1>
<input name="nickname" size="20" maxlength="30" value="Escolha um nick">
<input type="submit" name="ok" class="button" value="<?php echo $wctbuttontext; ?>" />
</form>
ele está abrindo em outra janela mas não popout se alguém puder me ajudar a fazer abrir em popout eu agradeceria ...
Pergunta
Guest Gabão
Pessoal eu não manjo NADA de php mas eu precisava estou fazendo um esquema de chat no meu site e precisaria que ele abrisse em um popout não redimensionavel sem barras de rolagem
o meu cod está assim:
ele está abrindo em outra janela mas não popout se alguém puder me ajudar a fazer abrir em popout eu agradeceria ...
[]'s Gabão
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.