I want to get the object of a textbox in client side. so I writte like this:
vat title=document.getElementById("title");
but it produce an error:"null" is null ,it is not an object;
why I cannot get reaction from the form. It always say null. but i really createa textbox named title. It happened same in other textbox. Is there anyting I have missing?it is good in visual studio project.
Please help , I study this for a long time , it really make me headache.