Benefits Open Enrollment - Firefox Display Issue

 1 Replies
 0 Subscribed to this topic
 68 Subscribed to this forum
Sort:
Author
Messages
Amy
New Member
Posts: 1
New Member
    Module is besscommon.js

    Displays correctly in Internet Explorer. Displayed is skewed in firefox and Safari. Displays [object HTMLHeadElement] rather than expected. Please see the attached screenshot. Below is the code I believe is causing issue. I am cobol developer so java script is out of my element.

    var electionsFrame = null;
    var electionsContent = "";

    function writeElectionsContent()
    {
    electionsFrame.document.getElementById("paneBody").innerHTML = electionsContent;
    if(event=="annual" || rule_type=="A") {
    electionsFrame.document.getElementById("paneHeader").innerHTML = getSeaPhrase("ELECTIONS_AS_OF","BEN")+' '+newdate;;
    }
    else {
    electionsFrame.document.getElementById("paneHeader").innerHTML = getSeaPhrase("BEN_ELECT","BEN");
    }
    electionsFrame = null;
    electionsContent = "";
    }


    Any help would be greatly appreciated! Open enrollment season is right around the corner. :w00t:
    Attachments
    ichiben
    Advanced Member
    Posts: 21
    Advanced Member
      Welcome to Lawson. I think Netscape will be supported in the next release. Everything is written for some ancient version of explorer. Maybe that will change. I recommend that you read Cube Farm.

      http://www.amazon.com/Cub...lunden/dp/1590594037