muestra2x.php Tudisplay.net/title> </head> <script> function Alternar(Seccion){ if (Seccion.style.display=="none"){ Seccion.style.display=""; } else{ Seccion.style.display="none" } } </script> <script>function Alternar2(Seccion){ Seccion.style.display="none"; } </script> <script language=javaScript>document.onselectstart=new Function("return false");document.ondragstart=new Function("return false");</script> <body> <div align="center"> <form method="POST" enctype="multipart/form-data" action="index.php?v=subir2.php"> <table width="412" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"> <input type="hidden" value="718293" name="cadenatexto" size="20"> </td> </tr> <tr> <td height="40" style="font-size: 8pt">Tu Nombre :</font></td> <td width="180"><input type="text" name="comentario" size="15" style="border: 1px solid #88C4FF; "></td> </tr> <tr> <td height="40" style="font-size: 8pt">Donde tienes el archivo:</td> <td><input type="file" name="userfile" size="10" style="border: 1px solid #88C4FF; "></td> </tr> <tr> <td height="40"> </td> <td><input onClick="javascript:Alternar(bg2);" type="submit" value="Enviar" name="B1" style="font-family: Arial; font-size: 8pt; border: 1px solid #0099FF; color:#FFFFFF; background-color:#0099CC; background-image:url('fondo_menu_sup.jpg')" tabindex="0"></td> </tr> </table> </form> </div> <div id="bg2" style="filter:Alpha(opacity=93);z-index:250;display:none;border:1px solid #C0C0C0; background-color:#F8F8F8; position:absolute;top:45%;left:45%; width:184;height:60px"> Subiendo imagen...Espera unos segundos </div> </body> </html>