Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
57
Web date chooser scripts not working in Firefox
posted

I am using some scripts to get the value of webdatechooser and making it visible false.

 

 

var

wdcProjectEndDate = '<%= this.wbchEnd.ClientID %>';

 

 

var frm = igdrp_getComboById(wdcProjectEndDate);

frm.setEnabled(true);

- This is working fine in IE. But this is not working in Firefox and Google chrome.

Is there any solution for it?

Parents
No Data
Reply
  • 3255
    posted

    Hello,

    Can you please explain to me in detail what your issue is and what you are trying to do?  If you make the Control visible = false; then it will not be accessible in the javascript in IE too. So I am not sure what is working in IE and what is not working in Firefox.

    I tried to create a sample for you by using your javascript, please modify that sample and send it to me.

    WebDateChooser.zip
Children
No Data