Pues bien lo que quiero hacer es que este codigo muestra el texto y de ahi se detiene, cuando se detenga que pase unos 10 segundos y vuelva avanzar pero ya jalando otro texto.
Cita:
Por favor, les agradeceria inmensamente su ayuda.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body>
<marquee behavior="slide" direction="up" WIDTH = "780" HEIGHT = "100" BGCOLOR = "blue">
<font color="#FF0000" size="+3"><strong>PrueBa</strong></font>
</marquee></body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body>
<marquee behavior="slide" direction="up" WIDTH = "780" HEIGHT = "100" BGCOLOR = "blue">
<font color="#FF0000" size="+3"><strong>PrueBa</strong></font>
</marquee></body>
</html>
Gracias.