Leozin 0 Denunciar post Postado Julho 18, 2011 Bom tem um script em java para fazer o iframe, só que ao clicar na miniatura só aparece a foto grande nao aparece a descrição. Como devo alterar a função Java porque no php eu já sei como vai funcionar: <script type="text/javascript"> // JavaScript Document startList = function() { if (document.all&&document.getElementById) { navRoot = document.getElementById("nav"); for (i=0; i<navRoot.childNodes.length; i++) { node = navRoot.childNodes[i]; if (node.nodeName=="LI") { node.onmouseover=function() { this.className+=" over"; } node.onmouseout=function() { this.className=this.className.replace(" over", ""); } } } } } window.onload=startList; var http = false; if(navigator.appName == "Microsoft Internet Explorer") { http = new ActiveXObject("Microsoft.XMLHTTP"); } else { http = new XMLHttpRequest(); } function troca_img( img_src, img_where ){ document.getElementById( img_where ).innerHTML = '<img src="'+img_src+'" alt="" />'; } </script> Obrigado Compartilhar este post Link para o post Compartilhar em outros sites
Vergil 15 Denunciar post Postado Julho 18, 2011 http://forum.imasters.com.br/topic/1543-diferenca-entre-java-e-javascript/ Compartilhar este post Link para o post Compartilhar em outros sites