I am trying to find out if javascript can read an objects handler as a value
for example
can i retrieve the value of the onchange handler?
thanks
aguy
for example
Code:
<input type="text" size="25" value= "some number" id="number_input" name="number_input" onchange="validate_num_length(this,true,7,8,11000000,69999999);
thanks
aguy
Comment