Ver Mensaje Individual
  #6 (permalink)  
Antiguo 12/02/2004, 08:01
leophp
 
Fecha de Ingreso: julio-2002
Ubicación: stgo rec
Mensajes: 438
Antigüedad: 22 años, 10 meses
Puntos: 3
Asi lo hago yo


Código PHP:
<select name="tipogasto" id="tipogasto">
<
option value="V"<% if tipogasto="V" Then Response.write(" selected")%>>Viático</option>
<
option value="D"<% if tipogasto="D" Then Response.write(" selected")%>>Diesel</option>
<
option value="C"<% if tipogasto="C" Then Response.write(" selected")%>>Cargadores</option>
<
option value="S"<% if tipogasto="S" Then Response.write(" selected")%>>Descargadores</option>
<
option value="P"<% if tipogasto="P" Then Response.write(" selected")%>>Peaje</option>
<
option value="E"<% if tipogasto="E" Then Response.write(" selected")%>>Estacionamiento</option>
</
select
Espero te sirva
Saludos
Leo
__________________
Saludos
Leo