Business Catalyst Error in FireFox. Please HELP!!

I started with Muse CC2014 and must use Business Catalyst. I used the HTML-files from Muse (export HTML) inside a online video (so HTML inside video) as you can watch at http://www.regio.tv/clients/ecommerce.html
When I watch this video inside Chrome, Safari or Explorer, there are NO errors, BUT when I watch this video inside FireFox I receive the error : MuseJSAssert: Error calling selector function:TypeError: a is undefined
Why gives FireFox this problem and not the other browsers and how can I solve this problem??
Please HELP!!

I see that you use rowtype for lpdadmin.subscriber_service but select from CCSADMIN.SUBSCRIBER_SERVICE
maybe you have difference with this two tables
try insert from select for diagnostic and post result into forum
insert into LPDADMIN.SUBSCRIBER_SERVICE
    (ACCT_NO,
     SERVICE_CD,
     BILLING_CD,
     SERVICE_DATE,
     SERVICE_QTY,
     DISCOUNT_CD,
     DISCOUNT_VALUE,
     CHARGE_TYPE_CD,
     REC_CREATE_DATE,
     LAST_UPDATE_DATE)
    SELECT SS.ACCT_NO ACCT_NO,
           SS.SERVICE_CD SERVICE_CD,
           SS.BILLING_CD BILLING_CD,
           SS.SERVICE_DATE SERVICE_DATE,
           SS.SERVICE_QTY SERVICE_QTY,
           SS.DISCOUNT_CD DISCOUNT_CD,
           SD.DISCOUNT_VALUE DISCOUNT_VALUE,
           SER.CHARGE_TYPE_CD CHARGE_TYPE_CD,
           SYSTIMESTAMP REC_CREATE_DATE,
           SYSTIMESTAMP LAST_UPDATE_DATE,
           'InitialSubscriberServiceLoad' LAST_UPDATED_BY
      FROM CCSADMIN.SUBSCRIBER_SERVICE SS, CCSADMIN.SERVICE SER, CCSADMIN.SERVICE_DISCOUNT SD
     WHERE SS.SERVICE_CD = SER.SERVICE_CD
       AND SS.SYSTEM_NO = SER.SYSTEM_NO
       AND SS.PRINCIPAL_NO = SER.PRINCIPAL_NO
       AND SS.AGENT_NO = SER.AGENT_NO
       AND SS.DISCOUNT_CD = SD.DISCOUNT_CD
       AND SS.SYSTEM_NO = SD.SYSTEM_NO
       AND SS.PRINCIPAL_NO = SD.PRINCIPAL_NO
       AND SS.AGENT_NO = SD.AGENT_NO
       AND SER.REC_DELETED_IND = 0
       AND SD.REC_DELETED_IND = 0;good luck
Karthick_Arp you like lightning :)
Edited by: Galbarad on May 29, 2012 6:28 AM

Similar Messages

Maybe you are looking for

  • ''Prepare interest on arrear calculation''

    Dear Sap Gurus, Under Prepard interest on arrears calculation there are 4 options available 1. open and all cleared items, 2.open items and items cleared with payment, 3.no open items -all cleard items, 4.no open items -only items cleared with a paym

  • How Can You Disable Ease-In and Ease-Out Of Ken Burns

    It seems that along with everything else that has changed with iMovie version 10, when you add photos to the timeline it automatically places an ease-in and ease-out to the Ken Burns move.  For those of you who have been on a Mac for a while, this wa

  • Excel spreadsheet won't save as adobe PDF.

    I'm trying to save an excel (2010) speadsheet as an adobe PDF. I keep getting the wait/loading symbol. Never had any trouble in the past doing this. I tried restarting the computer. Didn't help. Any suggestions?  Thanks.

  • Need To Add One Button in The Output

    Hi Freinds, can any one tell how to add one button in the application tool bar, that is at the final ALV out put screen

  • How to show javascript alert popup after commandLink action?

    Hi, I'm building an ADF-based .jspx page. I have a commandLink whose action calls a method in my page's backing bean. I want to show a javascript alert popup when the commandLink is clicked and after the backing bean method has been called. The text