espero me puedan ayudar mil gracias....
Código:
o sea la idea es que no aparesca solo si no que yo haga click en una imagen y esta me traiga el pop up transparente solo eso ... ya despues yo veo como le introduco datos y eso :D <script language="JavaScript" type="text/JavaScript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_showHideLayers() { //v6.0 var i,p,v,obj,args=MM_showHideLayers.arguments; for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2]; if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; } obj.visibility=v; } } //--> </script> <div id="ultimas" style="z-index: 4; left: 222; visibility: visible; width: 367; position: absolute; top: 183; height: 323; layer-background-image: url('http://www.forumweb.com.br/img/traspa.gif'); border: 1px none #000000; background-image: url('http://www.forumweb.com.br/img/traspa.gif')"> <table cellSpacing="5" cellPadding="0" width="100%" border="0"> <tr> <td> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td width="100%"> <table class="textoPequeno" height="286" cellSpacing="0" cellPadding="1" width="100%" border="0"> <tr> <td> <p align="center"> <a href="http://www.forumweb.com.br/?pagina=ibest" target="_top"> <img src="http://www.forumweb.com.br/img/ibest_home.gif" border="0" width="300" height="250"></a></td> </tr> </table> </td> </tr> </table> <div align="center"> <b> <input class="buttonInt" onclick="MM_showHideLayers('ultimas','','hide')" type="submit" value="Fechar" name="Submit2"> </b> </div> </td> </tr> </table> </div> </td> </tr> </table>