Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/04/2012, 16:22
jasamestica
 
Fecha de Ingreso: marzo-2006
Mensajes: 329
Antigüedad: 19 años
Puntos: 1
a que se refiere

Hola, quiero saber a que se refiere la palabra this(al formulario o a otra cosa) en la siguiente sintaxis:

drpHoraSeleccionadaInicio es un DropDownList y lblValorDropDownList es un Label:



drpHoraSeleccionadaInicio.Attributes.Add("onchange ", "document.getElementById('" + lblValorDropDownList.ClientID + "').innerHTML = this.options[this.selectedIndex].text;");