Publicentral.com - alta en buscadores, registro buscadores, promocionaPromocion en buscadores y negocios online
Mostrando Codigo - Asp
Code

Asp - Simple rotador de banners

Códigos Asp

Secillo script donde se utilizan numeros aleatorios para rotar banners
Visitas: 12,476 - 04/09/2003
CODIGO SIN DEMOSTRACIONNO CONTIENE ARCHIVO DESCARGABLEComentario
EXPLICACION
Debemos modificar las urls de los banners y enlaces, en el ejemplo mostramos banners nulos.
CODIGO
Codigo probado en ChromeCodigo probado en Mozilla FirefoxCodigo probado en Internet Explorer 7+Codigo probado en OperaCodigo probado en Safari


<% 'Codigo ofrecido por Tutores.org %>

  1. <%
  2. ' Codigo ofrecido por http://www.tutores.org
  3. Randomize(Cbyte(Left(Right(Time(),5),2)))
  4. RANDOMVALUE =(Int((10 - 1 + 1) * Rnd + 1))
  5. Select Case RANDOMVALUE
  6. %>
  7. <%' modificar las imagenes%>
  8. <% Case 1 %>
  9. <img src="imagen1.gif" alt="imagen1" width="460" height="60">
  10. <% Case 2 %>
  11. <img src="imagen2.gif" alt="imagen2" width="460" height="60">
  12. <% Case 3 %>
  13. <img src="imagen3.gif" alt="imagen3" width="460" height="60">
  14. <% Case 4 %>
  15. <img src="imagen4.gif" alt="imagen4" width="460" height="60">
  16. <% Case 5 %>
  17. <img src="imagen5.gif" alt="imagen5" width="460" height="60">
  18. <% Case 6 %>
  19. <img src="imagen6.gif" alt="imagen6" width="460" height="60">
  20. <% Case 7 %>
  21. <img src="imagen7.gif" alt="imagen7" width="460" height="60">
  22. <% Case 8 %>
  23. <img src="imagen8.gif" alt="imagen8" width="460" height="60">
  24. <% Case 9 %>
  25. <img src="imagen9.gif" alt="imagen9" width="460" height="60">
  26. <% Case 10 %>
  27. <img src="imagen10.gif" alt="imagen10" width="460" height="60">
  28. <% End Select %>
  29.  
  30.  



ENLACE AL CODIGO
Si quieres enlazar desde tu pagina a este codigo
<!-- Inicio enlace Tutores.org -->
<a title="Tutores.org - Simple rotador de banners" href="http://www.tutores.org/codigo/500/" target="_blank">Simple rotador de banners</a>
<!-- Final enlace Tutores.org -->
COMENTARIOS
Aun no existe ningun comentario para este Codigo.
INSERTAR COMENTARIO

Usuario:
Email:
Comentario:
Codigo Seguridad


Antes de enviar un comentario...
Todos los comentarios son revisados personalmente
Todo comentario que no haga relacion al codigo mostrado en esta pagina sera eliminado

Usuarios registrados tienen preferencia en recibir respuestas de ayuda!!
Ademas de poder insertar Imagenes,Enlaces y otras propiedades del editor.
Por favor, insertar los comentarios descriptivos.