Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/04/2005, 16:25
Avatar de wamoretti
wamoretti
 
Fecha de Ingreso: febrero-2002
Ubicación: Lima
Mensajes: 34
Antigüedad: 23 años, 2 meses
Puntos: 0
<%
username = Session("nombre_variable")
%>
<select name="NombreListBox" size=1>
<option value=""><%= username %></option>
</select>