Foros del Web » Soporte técnico » Ayuda General »

Problema con rotacion de banners!

Estas en el tema de Problema con rotacion de banners! en el foro de Ayuda General en Foros del Web. Este es el código que pongo pero no funciona ¿cuál es el error? <html> <head> <title>Pagina nueva 1</title> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var mfBanners = ...
  #1 (permalink)  
Antiguo 02/05/2002, 23:35
 
Fecha de Ingreso: febrero-2002
Mensajes: 681
Antigüedad: 22 años, 2 meses
Puntos: 0
Problema con rotacion de banners!

Este es el código que pongo pero no funciona ¿cuál es el error?

<html>

<head>

<title>Pagina nueva 1</title>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var mfBanners = [
['http://miweb.comr/Banner.gif', 'imagen1.gif'],
['http:// miweb.com/Banner.gif', 'imagen2.gif']
];
var mfIe = false;
if( document.all) {
mfIe = true;
}
var mfBannerIndex = 0;
function mfBannerChange() {
var htmlString = '<a target="_blank" href="'+mfBanners[mfBannerIndex][0]+'"> <img border="0" src="'+mfBanners[mfBannerIndex][1]+'"></a>';
if( mfIe) {
document.all.banner.innerHTML = htmlString;
}
else {
document.layers["banner"].document.open();
document.layers["banner"].document.write( htmlString);
document.layers["banner"].document.close();
}
if(mfBannerIndex < mfBanners.length - 1)
mfBannerIndex++;
else
mfBannerIndex = 0;
}
setInterval("mfBannerChange()", 5000);
// End -->
</script>
</head>

<body>
<div id="banner"></div>
</body>

</html>


¿qué esta mal? ¿por qué no funciona? Gracias!


<html><center><embed src="http://www.conozcasupc.com.ar/Banerr.swf" height=60 width=468>
</embed></center></html>
  #2 (permalink)  
Antiguo 03/05/2002, 14:49
 
Fecha de Ingreso: febrero-2002
Mensajes: 681
Antigüedad: 22 años, 2 meses
Puntos: 0
Re: Problema con rotacion de banners!

¿Hola?



<html><center><embed src="http://www.conozcasupc.com.ar/Banerr.swf" height=60 width=468>
</embed></center></html>
  #3 (permalink)  
Antiguo 03/05/2002, 23:14
 
Fecha de Ingreso: febrero-2002
Mensajes: 681
Antigüedad: 22 años, 2 meses
Puntos: 0
Re: Problema con rotacion de banners!

No se molesten muchachos, ya esta resuelto, gracias por pelearse por contestarme de todas formas

<html><center><embed src="http://conozcasupc.tripod.com.ar/Banerr.swf" height=60 width=468>
</embed></center></html>
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 08:12.