Ver Mensaje Individual
  #18 (permalink)  
Antiguo 19/05/2005, 09:08
Avatar de monoswim
monoswim
$moderador{'Esteban'}
 
Fecha de Ingreso: febrero-2002
Ubicación: Buenos Aires - Argentina
Mensajes: 8.762
Antigüedad: 22 años, 9 meses
Puntos: 90
El index.html quedaría así...Claro que luego le tenés que cambiar el diseño a gusto...Pues esto está sin ningún formato...

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Ejemplo de Scroll modificable dinámicamente - MonoSwim - Alextroy - Forosdelweb.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
  <tr> 
    <td><table width="100%" height="150" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
        <tr> 
          <td width="65%"><div align="center"><font color="#000000" size="3" face="Arial, Helvetica, sans-serif"><strong> 
              Script de scroll !!! </strong></font></div></td>
          <td width="35%" bgcolor="#FFFFCC"> 
            <!--<IFRAME> scroller- By Dynamic Drive-->
            <!--For full source code and more DHTML scripts, visit http://www.dynamicdrive.com-->
            <!--This credit MUST stay intact for use-->
            <iframe id="datamain" src="external.html" width=100% height=100% marginwidth=0 marginheight=0 hspace=0 vspace=3 frameborder=0 scrolling=no></iframe></td>
        </tr>
      </table></td>
  </tr>
</table>
<form action="http://www.tudominio.com/cgi-bin/scroll/scroll.pl" method="post" name="formulario" id="formulario">
  <p>Nombre:<br>
    <input name="autor" type="text" id="autor">
  </p>
  <p>Mensaje:<br>
    <textarea name="mensaje" cols="40" rows="3" id="mensaje"></textarea>
  </p>
  <p>
    <input type="submit" name="Submit" value="Enviar Mensaje">
  </p>
</form>
<p>&nbsp;</p>
</body>
</html>
Checkea que funcione todo y seguimos...

Saludos
__________________
Esteban Quintana

Última edición por monoswim; 20/05/2005 a las 06:20