I had fired the onfocusout function on a asp.net checkbox located into datalist footer.onfocusout fuction is working well into te chrome and internet and not working into the firefox.
if i fired onblur fuction then it is not working into all 3 browsers.
how can i able to fire onfocusout function into firefox.
YOu can't use
onfocusout function in firebox. As far as I know
onblur function works in all browsers including
firefox, If its not working for you, just detect your browser, and call
onblur or onfocusout event accordingly
vikas227
Member
623 Points
801 Posts
onfocusout is working in chrome and internet and not working into firefox
Feb 13, 2013 05:16 AM|LINK
I had fired the onfocusout function on a asp.net checkbox located into datalist footer.onfocusout fuction is working well into te chrome and internet and not working into the firefox.
if i fired onblur fuction then it is not working into all 3 browsers.
how can i able to fire onfocusout function into firefox.
Thanks
vishnuvg
Member
294 Points
64 Posts
Re: onfocusout is working in chrome and internet and not working into firefox
Feb 13, 2013 05:45 AM|LINK
Hello Vikas,
YOu can't use onfocusout function in firebox. As far as I know onblur function works in all browsers including firefox, If its not working for you, just detect your browser, and call onblur or onfocusout event accordingly
vikas227
Member
623 Points
801 Posts
Re: onfocusout is working in chrome and internet and not working into firefox
Feb 13, 2013 06:18 AM|LINK
onblur function is now working into all the browser.it can be due to dropdown list located into the datalist footer.
Thanks