Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/02/2002, 05:38
dimoito
 
Fecha de Ingreso: enero-2002
Mensajes: 120
Antigüedad: 23 años, 4 meses
Puntos: 0
Re: Como usar una imagen Background diferente segun...

Opcion = Request("Opcion")

select case Opcion
case "1": response.write("<body background=img.gif>)"
case "2":response.write("<body background=img.gif>)"
....
end select

Si 'pintas' así el body te funcionará, si te he entendido bien.