Announcement

Collapse
No announcement yet.

Applet not appearing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Applet not appearing

    The Java applet that tells you how may items are in your basket and the total price is not appearing in the site www.poppyrocksshop.com for some reason.

    If I view source on the uploaded pages it seems to be there in the code:

    HTML Code:
                <td><div align="right"></div>
                  <div align="right"><span class="actxxsmall"> <font color="#265A53"> 
                    <script language="JavaScript">
    				<!--
    				document.write("Items&#58;&nbsp;" + getCartItem(3)+"&nbsp;");document.write("Value&#58;&nbsp;" + getCartItem(1));
    				// -->
    				</script>
                    </font></span> </div></td>
    I have checked that the text is not the same colour as the background.

    Does anyone have any idea as to what the problem may be? Thank you.

    #2
    It is there in darker grey inside the little grey seperator band between your banner and content. Why not make it bright blue so you can see it - and then find a better contrast colour to use on that background?
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Thanks Bill. I've actually just worked out what the problem was. It wasn't uploading properly so I uploaded the javascript files manually and now it looks fine.

      Comment


        #4
        Originally posted by olivercoquelin
        Thanks Bill. I've actually just worked out what the problem was. It wasn't uploading properly so I uploaded the javascript files manually and now it looks fine.
        There should be references to actiniccore.js and actinicextras.js in the header of your primary templates. If those have been removed, it may be better to replace them post haste.

        You should never have to manually upload those files.
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment

        Working...
        X