I want to use vbscript for onChange method not in javascript for example
Can you guys give me the ideas
Code:
<input type="text" id="Tarikh1" name="Tarikh1" maxlength="30" size="30" class="txtbox" value="<%=session("Tarikh_Lahir")%>" onChanged="Geta(this.value)">function Geta(values){
alert(Geta
//others code for me to fill)}
Comment