Announcement

Collapse
No announcement yet.

Submitt function

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

    Submitt function

    Hi - each time i enter my new Actinic Business web site - i get
    NETQUOTEVAR:SUBMITFUNCTION breifly appear on the top left hand side of the screen

    Is there any way of preventing this happen

    http://www.collectivepurchasing.co.u...torefront.html

    i am using Actinic Business V7

    Graeme Mackay

    #2
    Check your Act_BrochurePrimary.html template. You appear to have this NQV orphaned near the top of the template (just before the css link) and your NQV:PAGETITLE is also broken.
    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
      submittfunciton

      Originally posted by wjcampbe
      Check your Act_BrochurePrimary.html template. You appear to have this NQV orphaned near the top of the template (just before the css link) and your NQV:PAGETITLE is also broken.
      Sorry - i am not quite sure what you mean by "orphaned". I can only see the Netquotevar "Remed out" can you please explain further


      <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">

      Comment


        #4
        A commented out tag looks like this

        <!-- NETQUOTEVAR:SUBMITFUNCTION -->

        What you have is a code for actinic to build the NQV

        <!--@act

        My unused Act_BrochurePrimary.html templates shows
        Code:
        <HEAD>
        <TITLE>NETQUOTEVAR:PAGETITLE</TITLE>
           <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/>
           <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
           <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
           <!--@act NETQUOTEVAR:HEADERMETA -->
           <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
           <!--@act NETQUOTEVAR:LOADFUNCTION -->
        <LINK REL=STYLESHEET HREF="actinic.css">
        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


          #5
          thanks that worked..but

          Thankk you that worked - but i am unclear as to why "@act" was there in the first place - and not sure what its purpose is

          Thanks
          Originally posted by wjcampbe
          A commented out tag looks like this

          <!-- NETQUOTEVAR:SUBMITFUNCTION -->

          What you have is a code for actinic to build the NQV

          <!--@act

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

          Comment


            #6
            The @act appears to be a switch that tells the Actinic software to perform a built in process.
            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