Hi All ,
I am using setfocus (onload) to focus one field in the form . When the form is fully loaded and when I press Esc button it give a message to Save or Discard the changes ,but none of the fields are getting dirty. I commented setfocus line alone and its working as expected. So now I need to focus that field , I have used document.getElementid().focus but it didn't work .
please Suggest.
TIA