Announcement

Collapse
No announcement yet.

Comodo

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

    #16
    image

    Hi,
    Just done what I thought was it but the image when you go into my shop is not there, it just says ssl in the bottom right hand corner.
    This is the way I have input the information, please let me know what I have done wrong.
    <!-- Primary HTML begin -->
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <script language="javascript" type="text/javascript">
    var cot_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/cot.js" :
    "http://www.trustlogo.com/trustlogo/javascript/cot.js";
    document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
    </script>

    <TITLE>
    NETQUOTEVAR:PAGETITLE
    </TITLE>
    <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
    <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
    <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
    <!--@act NETQUOTEVAR:HEADERMETA -->
    <!--@act NETQUOTEVAR:LOADFUNCTION -->
    <!--@act NETQUOTEVAR:SUBMITFUNCTION -->
    <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
    <LINK REL=STYLESHEET HREF="actinic.css">

    <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
    <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
    <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
    <Actinic:COOKIECHECK/>
    <!--
    The NETQUOTEVARs below can be uncommented for getting raw section lists:
    1. Top level section list
    2. Section list from current level and all children
    3. The whole section tree
    The rest covers the standalone structure members for each array - e.g. if
    you only need sName or sURL from an array.
    See the documentation for details.
    NETQUOTEVAR:TOPLEVELSECTIONS_RAW
    NETQUOTEVAR:CHILDSECTIONS_RAW
    NETQUOTEVAR:SECTIONTREE_RAW
    NETQUOTEVAR:SECTIONTREE_NAMES
    NETQUOTEVAR:SECTIONTREE_URLS
    NETQUOTEVAR:SECTIONTREE_IMAGES
    NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
    NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
    NETQUOTEVAR:SECTIONTREE_SECTIONIDS
    NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
    NETQUOTEVAR:TOPLEVELSECTIONS_URLS
    NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
    NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
    NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
    NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS
    NETQUOTEVAR:CHILDSECTIONS_NAMES
    NETQUOTEVAR:CHILDSECTIONS_URLS
    NETQUOTEVAR:CHILDSECTIONS_IMAGES
    NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
    NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
    NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS
    The section level can be accessed through:
    NETQUOTEVAR:SECTIONLEVEL
    -->
    <!--
    The NETQUOTEVARs below can be uncommented and moved to the appropriate
    location
    to save and load shopping lists
    <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save
    Shopping List</B></I></FONT></A>
    <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load
    Shopping List</B></I></FONT></A>
    --->
    </HEAD>
    <BODY NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR marginwidth="5" marginheight="5">
    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="CENTER">
    <TR>
    <TD VALIGN="MIDDLE" ALIGN="CENTER" >
    NETQUOTEVAR:HEADER
    NETQUOTEVAR:FORMBEGIN
    NETQUOTEDEL:CAPTURECOUPON
    <!-- coupon entry begins -->
    NETQUOTEVAR:FORMEND
    <form method="NETQUOTEVAR:CGIMETHOD" action="NETQUOTEVAR:CGIURL">
    <table width="100%" border="0" cellspacing="0" cellpadding="2">
    <tr>
    <td><strong>NETQUOTEVAR:COUPONTITLE</strong>&nbsp;NETQUOTEVAR:COUPONMESSAGE</td>
    <td valign="top" nowrap>
    <input type="TEXT" name="COUPONCODE" size="12" maxlength="255" value="NETQUOTEVAR:COUPONCAPTION" onFocus="this.value='';this.style.background='#FFFFFF'">
    &nbsp;<input type="SUBMIT" name="ACTION" value="NETQUOTEVAR:COUPONACTION">
    </td>
    </tr>
    </table>
    </form>
    NETQUOTEVAR:FORMBEGIN
    <!-- coupon entry ends -->
    NETQUOTEDEL:CAPTURECOUPON
    <A NAME="top"><INPUT TYPE=HIDDEN NAME=RANDOM VALUE="NETQUOTEVAR:RANDOM"> </A>
    NETQUOTEVAR:HIDDENFIELDS
    NETQUOTEVAR:BULK
    NETQUOTEVAR:FORMEND
    NETQUOTEVAR:FOOTER
    </TD></TR>
    </TABLE>
    </BODY>
    <script language="JavaScript">COT("http://www.kessockmodels.com/actalog/COMODO.GIF", "SC2", "none");</script>
    </HTML>
    <!-- Primary HTML end -->


    Thanks.
    Mark
    If everything in life were simple there would be no challenge!

    Comment


      #17
      Should be
      Code:
      <!-- Primary HTML begin -->
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      <HTML>
      <HEAD>
      <TITLE>NETQUOTEVAR:PAGETITLE</TITLE>
      <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
      <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
      <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
      <!--@act NETQUOTEVAR:HEADERMETA -->
      <!--@act NETQUOTEVAR:LOADFUNCTION -->
      <!--@act NETQUOTEVAR:SUBMITFUNCTION -->
      <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
      <LINK REL=STYLESHEET HREF="actinic.css">
      
      <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
      <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
      <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
      <Actinic:COOKIECHECK/>
      <!--
      The NETQUOTEVARs below can be uncommented for getting raw section lists:
      1. Top level section list
      2. Section list from current level and all children
      3. The whole section tree
      The rest covers the standalone structure members for each array - e.g. if
      you only need sName or sURL from an array.
      See the documentation for details.
      NETQUOTEVAR:TOPLEVELSECTIONS_RAW
      NETQUOTEVAR:CHILDSECTIONS_RAW
      NETQUOTEVAR:SECTIONTREE_RAW
      NETQUOTEVAR:SECTIONTREE_NAMES
      NETQUOTEVAR:SECTIONTREE_URLS
      NETQUOTEVAR:SECTIONTREE_IMAGES
      NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
      NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
      NETQUOTEVAR:SECTIONTREE_SECTIONIDS
      NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
      NETQUOTEVAR:TOPLEVELSECTIONS_URLS
      NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
      NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
      NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
      NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS
      NETQUOTEVAR:CHILDSECTIONS_NAMES
      NETQUOTEVAR:CHILDSECTIONS_URLS
      NETQUOTEVAR:CHILDSECTIONS_IMAGES
      NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
      NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
      NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS
      The section level can be accessed through:
      NETQUOTEVAR:SECTIONLEVEL
      -->
      <!--
      The NETQUOTEVARs below can be uncommented and moved to the appropriate
      location
      to save and load shopping lists
      <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save
      Shopping List</B></I></FONT></A>
      <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load
      Shopping List</B></I></FONT></A>
      --->
      <script language="javascript" type="text/javascript">
      var cot_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/cot.js" :
      "http://www.trustlogo.com/trustlogo/javascript/cot.js";
      document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
      </script>
      </HEAD>
      <BODY NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR marginwidth="5" marginheight="5">
      <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="CENTER">
      <TR>
      <TD VALIGN="MIDDLE" ALIGN="CENTER" >
      NETQUOTEVAR:HEADER
      NETQUOTEVAR:FORMBEGIN
      NETQUOTEDEL:CAPTURECOUPON
      <!-- coupon entry begins -->
      NETQUOTEVAR:FORMEND
      <form method="NETQUOTEVAR:CGIMETHOD" action="NETQUOTEVAR:CGIURL">
      <table width="100%" border="0" cellspacing="0" cellpadding="2">
      <tr> 
      <td><strong>NETQUOTEVAR:COUPONTITLE</strong>&nbsp;NETQUOTEVAR:COUPONMESSAGE</td>
      <td valign="top" nowrap>
      <input type="TEXT" name="COUPONCODE" size="12" maxlength="255" value="NETQUOTEVAR:COUPONCAPTION" onFocus="this.value='';this.style.background='#FFFFFF'">
      &nbsp;<input type="SUBMIT" name="ACTION" value="NETQUOTEVAR:COUPONACTION">
      </td>
      </tr>
      </table>
      </form>
      NETQUOTEVAR:FORMBEGIN
      <!-- coupon entry ends -->
      NETQUOTEDEL:CAPTURECOUPON
      <A NAME="top"><INPUT TYPE=HIDDEN NAME=RANDOM VALUE="NETQUOTEVAR:RANDOM"> </A>
      NETQUOTEVAR:HIDDENFIELDS
      NETQUOTEVAR:BULK
      NETQUOTEVAR:FORMEND
      NETQUOTEVAR:FOOTER
      </TD></TR>
      </TABLE>
      <script language="JavaScript">COT("http://www.kessockmodels.com/actalog/COMODO.GIF", "SC2", "none");</script>
      </BODY>
      </HTML>
      <!-- Primary HTML end -->
      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


        #18
        ???

        Hi Bill,
        Thanks for your reply.
        I have copied verbatum your post and it has not worked for me.
        Any other ideas.
        Thanks.
        Mark
        If everything in life were simple there would be no challenge!

        Comment


          #19
          If you correct the spelling of acatalog in the imge path just before the </body> tag - I think you will find it works

          http://www.kessockmodels.com/actalog/ should be http://www.kessockmodels.com/acatalog/
          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


            #20
            thanks

            cheers all, everything sorted.
            If everything in life were simple there would be no challenge!

            Comment

            Working...
            X