[RESOLVIDO] Problema com o função onclick

  • jokerbhz
  • Avatar de jokerbhz Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
14 anos 8 meses atrás #14562 por jokerbhz
jokerbhz created the topic: [RESOLVIDO] Problema com o função onclick
Bom dia pessoal.

Estou tentando colocar a uma imagem em um documento do joomla e quando a pessoa der um duplo click ou click simples essa imagem vai abrir em uma janela como se fosse um popup dimensionada e sem funções ... insiro o codigo só que não funciona segue o codigo abaixo.

Está aplicado aqui

Nas imagens pequenas.
    <th width="104" height="75" scope="col"><img src="http://www.bhinflaveis.com.br/main/images/bssite/luminaria/1L.jpg" width="104" height="75" onclick="MM_openBrWindow('http://www.bhinflaveis.com.br/main/images/bssite/luminaria/2L.jpg','','width=500,height=375')" /></a></th>

Esse é o codigo completo da pagina.
<script type="text/javascript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
<table width="434" border="0">
  <tr>
    <th scope="col"><img src="../images/bssite/019.jpg" border="0" width="416" height="312" /></th>
  </tr>
</table>
<br />
<table width="395" border="0">
  <tr>
    <th width="104" height="75" scope="col"><img src="http://www.bhinflaveis.com.br/main/images/bssite/luminaria/1L.jpg" width="104" height="75" onclick="MM_openBrWindow('http://www.bhinflaveis.com.br/main/images/bssite/luminaria/2L.jpg','','width=500,height=375')" /></a></th>
    <th width="104" scope="col"><img src="http://www.bhinflaveis.com.br/main/images/bssite/luminaria/2L.jpg" alt="BH INFLÁVEIS" width="104" height="75" align="top" onclick="MM_openBrWindow('http://www.bhinflaveis.com.br/main/images/bssite/luminaria/2L.jpg','','status=yes,width=500,height=375')" /></a></th>
    <th width="81" scope="col"><img src="http://www.bhinflaveis.com.br/main/images/bssite/luminaria/3L.jpg" alt="BH INFLÁVEIS" width="104" height="75" align="top" onclick="MM_openBrWindow('http://www.bhinflaveis.com.br/main/images/bssite/luminaria/3L.jpg','','status=yes,width=500,height=375')" /></a></th>
    <th width="51" scope="col"><img src="http://www.bhinflaveis.com.br/main/images/bssite/luminaria/4L.jpg" alt="BH INFLÁVEIS" width="104" height="75" align="top" onclick="MM_openBrWindow('http://www.bhinflaveis.com.br/main/images/bssite/luminaria/4L.jpg','','status=yes,width=500,height=375')" /></a></th>
  </tr>
</table>
<br />
<table width="544" border="0">
  <tr>
    <th width="632" scope="col"><p align="left"><span style="color: #0000ff;"><strong>Luminaria Decorativa de Ambiente </strong></span></p>
      <p align="left"><span style="color: #999999;"><strong>PRODUTO VALOR R$ 84,90</strong><br />
            <br />
            <span style="color: #cccccc;"><strong>- Construida em Aluminio<br />
              - Altura Ajustável<br />
              - 150w de Potência<br />
              - 3 direções da luz ( Podendo ser utilizado cores iguais ou diferentes    )<br />
              - Acompanha 5 opções de cores</strong></span></span></p>
      <p align="left"><span style="color: #cccccc;"><strong>PRODUTO INOVADOR NO MERCADO EXCLUSIVIDADE BH    INFLÁVEIS</strong></span></p>
      <p align="left"><span style="color: #ff0000;"><strong>OBSERVAÇÃO:<br />
    DISPONÍVEL NAS VOLTAGENS 110V E 220V</strong></span></p></th>
  </tr>
</table>
<br />
<table width="314" border="0" align="left">
  <tr>
    <th width="100" height="71" scope="col">
      <p align="center"><a href="http://www.bhinflaveis.com/main/index.php?option=com_contact&amp;view=contact&amp;id=1&amp;Itemid=4" target="_blank"><img src="images/bssite/botoes/orcamento.jpg" alt="Solicite seu Orçamento" width="100" height="50" border="0" /></a></p>
<p align="center"> </p></th>
    <th width="100" height="71" scope="col">
    <form action="https://pagseguro.uol.com.br/security/webpagamentos/webpagto.aspx" method="post"> 
      
        <div align="center">
          <input name="email_cobranca" type="hidden" value="financeiro@bhinflaveis.com" /> 
          <input name="tipo" type="hidden" value="CBR" /> 
          <input name="moeda" type="hidden" value="BRL" /> 
          <input name="item_id" type="hidden" value="LUM" /> 
          <input name="item_descr" type="hidden" value="LUMINARIA DECORATIVA" /> 
          <input name="item_quant" type="hidden" value="1" /> 
          <input name="item_valor" type="hidden" value="8490" /> 
          <input name="frete" type="hidden" value="0" /> 
          <input name="peso" type="hidden" value="1500" /> 
          <input alt="Pague com PagSeguro - é rápido, grátis e seguro!" name="submit" src="images/bssite/botoes/comprar.jpg" type="image" /> 
          </div>
    </form></th>
    <th width="100" height="71" scope="col">
    <form action="https://pagseguro.uol.com.br/security/webpagamentos/webpagto.aspx" method="post"> 
      
        
        <div align="center">
          <input name="email_cobranca" type="hidden" value="financeiro@bhinflaveis.com" /> 
          <input name="tipo" type="hidden" value="VER" /> 
          <input alt="Visualizar carrinho de compras" name="submit" src="images/bssite/botoes/carrinho.jpg" type="image" /> 
        </div>
    </form></th>
  </tr>
</table>
<p>&nbsp;</p>

Please Entrar ou Registrar to join the conversation.


  • jokerbhz
  • Avatar de jokerbhz Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
14 anos 8 meses atrás #14566 por jokerbhz
jokerbhz replied the topic: Re: Problema com o função onclick
mascarando o problema ....
verificando no codigo de font da pagina vi que o codigo que salva não era o mesmo que ia pra pagina como não achei outra solução desabilitei o editor de texto tinymce

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 8 meses atrás #14608 por Walkus
Walkus replied the topic: Re: Problema com o função onclick
jokerbhz;

Ok. Se o seu problema foi solucionado, por favor, edite seu primeiro post e insera o termo [RESOLVIDO] no inicio do tópico.

Abç e sucesso.

[color=#FF0000:1fjd1yw0][b:1fjd1yw0]>>> NÃO RESPONDO[/b:1fjd1yw0] dúvidas por MSN/MP/E-mail, somente em casos de extrema URGÊNCIA <<<[/color:1fjd1yw0][color=#008000:1fjd1yw0] ####[/color:1fjd1yw0] Obrigado
[color=#0000BF:1fjd1yw0]##[/color:1fjd1yw0][color=#8000FF:1fjd1yw0]##[/color:1fjd1yw0][color=#FF00FF:1fjd1yw0]##[/color:1fjd1yw0][color=#FF4040:1fjd1yw0]##[/color:1fjd1yw0][color=#FFBF00:1fjd1yw0]##[/color:1fjd1yw0][color=#FFFF00:1fjd1yw0]##[/color:1fjd1yw0][color=#BFFF80:1fjd1yw0]##[/color:1fjd1yw0][color=#8080FF:1fjd1yw0][b:1fjd1yw0]www.[/b:1fjd1yw0][/color:1fjd1yw0][color=#FF0000:1fjd1yw0][b:1fjd1yw0]wa[/b:1fjd1yw0][/color:1fjd1yw0][color=#000000:1fjd1yw0]master[/color:1fjd1yw0][color=#8080FF:1fjd1yw0][b:1fjd1yw0].com.br[/b:1fjd1yw0][/color:1fjd1yw0] [color=#FFFFBF:1fjd1yw0]##[/color:1fjd1yw0][color=#FFFF80:1fjd1yw0]##[/color:1fjd1yw0][color=#FFFF40:1fjd1yw0]##[/color:1fjd1yw0][color=#FFFF00:1fjd1yw0]##[/color:1fjd1yw0][color=#008000:1fjd1yw0]##[/color:1fjd1yw0]

Please Entrar ou Registrar to join the conversation.