Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Boris

Problemas pra exibir imagem

Recommended Posts

Galera ...Estou tendo o seguinte problema...Em uma janela tenho uma foto principal e mais 5 fotos pequenas do lado e quero que quando eu clique em uma delas haja a substituição da foto principal pelo que está na principal.Se eu deixar assim dá certo

<td width="53%"><img style="CURSOR: hand" onClick="changeImg1('foto','../img/Ref.040-B.jpg')" src="../img/Ref.040-B_th.jpg" width="65" height="46"></td>

Porem se eu colocar ele pra puxar direto da banco de dados não rola e o endereço que está la é o mesmo

<td width="53%"><img style="CURSOR: hand" onClick="changeImg1('foto','<%response.Write(imovel_rs("imagem01"))%>')" src="<%response.Write(imovel_rs("imagem01"))%>" width="65" height="46"></td>

O Codigo é esse

<table width="98%" border="0" cellspacing="0" cellpadding="3"> <tr> <td valign="top" width="52%" align="right" height="227"> <div align="left"><img src="<%response.Write(imovel_rs("imagem01"))%>" width="350" height="250" name="foto"></div> </td> <td valign="top" height="227"> <table width="20%" border="0" cellspacing="0" cellpadding="1" height="253"> <tr> <td width="53%"><img style="CURSOR: hand"onclick="changeImg1('foto','../fotos/foto.jpg')" src="<%response.Write(imovel_rs("imagem03"))%>" width="65" height="46"></td> </tr> <tr> <td width="53%"><img style="CURSOR: hand" onClick="changeImg1('foto','../img/Ref.040-B.jpg')" src="../img/Ref.040-B_th.jpg" width="65" height="46"></td> </tr> <tr> <td width="53%"><img style="CURSOR: hand" onClick="changeImg1('foto','<%response.Write(imovel_rs("imagem03"))%>')" src="<%response.Write(imovel_rs("imagem03"))%>" width="65" height="46"></td> </tr> <tr> <td width="53%"><img style="CURSOR: hand" onClick="changeImg1('foto','<%response.Write(imovel_rs("imagem04"))%>')" src="<%response.Write(imovel_rs("imagem04"))%>" width="65" height="46"></td> </tr> <tr> <td width="53%"><img style="CURSOR: hand" onClick="changeImg1('foto','<%response.Write(imovel_rs("imagem05"))%>')" src="<%response.Write(imovel_rs("imagem05"))%>" width="65" height="46"></td> </tr> </table> </td> </tr> </table>

Valew galera http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.