Jump to content

buckibooster

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by buckibooster

  1. Thanks for responding.

     

    In the first javascript, the potentially offending line of code is:

    document.getElementById('frame2').innerHTML = sScript;

    In the second javascript, the potentially offending line of code is:

    document.getElementById(sString).innerHTML = "6";
  2. I've got a multi-tab web form that works just fine on Internet Explorer (Versions 10 and 11) but not on Firefox (Version 27). I've got the problem narrowed down to two (2) javascripts. They both have a common set of commands that may well be the cause of this problem. The common command is "document.getElementById('Frame or Tab ID').innerHTML". Although I've got it narrowed down to this source, I have no idea why it is happening or what I can do to fix it. I'd like to get this form to work on both platforms (i.e., IE and Firefox). Does anyone have any suggestions?

×
×
  • Create New...