Announcement

Collapse
No announcement yet.

Preview Problems

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

    Preview Problems

    Morning all,

    Having a bit of a preview glitch with Developer 7. If you click on the page preview button its fine, if you try and preview the whole site you just get the NETQUOTEVARS showing and no content.

    For some reason I also get '-->' showing at the top of the page too (but not in quote marks) despite changing the page type to .HTML from .HTM This doesn't appear when I try and preview the whole site though, instead I get NETQUOTEVAR:SUBMITFUNCTION

    I've attached a screen grab to show the problem.

    Also, I want to show my client the work in progress. Can I upload it to a different directory of their webspace so they can see it without effecting their existing Actinic site (which is what I'm updating?).

    Any ideas?
    Cheers
    Charles
    Attached Files

    _________________________
    B&M Design & Advertising Ltd
    www.bm-group.co.uk


    #2
    Sounds as though you have accidentally deleted the <!-- from the start of the html hide code that surrounds the javascript for the SUBMITFUNCTION in the Primary template.

    Re seperate directory - look for uploading in test mode for the answer.
    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
      Seems to be in place:

      Code:
      <!-- Primary HTML begin -->
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      <HTML>
      <HEAD>
      <TITLE>AHA Premier Ltd Official Manchester United Merchandise
      </TITLE>
      <Actinic:BASEHREF VALUE="http://www.ahapremier.com/acatalog/"/>
      <META NAME="ACTINICTITLE" CONTENT="Official Manchester United Merchandise">
      <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1"><META NAME="Keywords" CONTENT="Art,Arts,Authentic,Becks,Bronzed Figurines,Brooklyn,David Beckham,David May,Diego Forlan,Fabien Barthez,Football,Gary Neville,Gifts,Golden Balls,Heredities,John O'Shea,Juan Sebastian Veron,Laurent Blanc,Limited Edition Prints,Luke Chadwick,Man U,Man Utd,Manchester,Manchester United,Manu,Merchandise,Mikael Silvestre,Newton Heath Football Club,Nicky Butt,Official Manchester United Merchandise,Old Trafford,Ole Gunnar Solskjaer,Online Shop,Paintings,Paul Scholes,Phil Neville,Posh and Becks,Posters,Quinton Fortune,Rio Ferdinand,Romeo,Roy Carroll,Roy Keane,Ruud Van Nistelrooy,Ryan Giggs,Secure Ordering,Shop Online,Soccer,Stretford End,The Red Army,The Red Devils,The Reds,Theatre of Dreams,Villeroy and Boch,Wedgwood,Wes Brown">
      <META NAME="Description" CONTENT="Official Manchester United Merchandise. The best place to buy Official Licensed Art Merchandise.">
      <META NAME="ActinicKey" CONTENT="9033e26a5e71ea9ef3559f2b754689f60">
      <META NAME="Generator" CONTENT="accxecom8">
      
      <SCRIPT LANGUAGE="JavaScript" SRC="file:///C|/Program%20Files/Actinic%20Ecommerce%20v7/Sites/AHA%20Premier/actiniccore.js" TYPE="text/javascript"></SCRIPT>
      <SCRIPT LANGUAGE="JavaScript" SRC="file:///C|/Program%20Files/Actinic%20Ecommerce%20v7/Sites/AHA%20Premier/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.
      The section level can be accessed through:<SCRIPT LANGUAGE="JavaScript">
      <!-- 
      var nLevel = 1;
      // -->
      </SCRIPT>
      -->
      <!--
      The NETQUOTEVARs below can be uncommented and moved to the appropriate location to save and load shopping lists
      <A HREF="../../../Act_PreviewWarningPage.html?ACTION=Save Shopping List"><FONT FACE=ARIAL SIZE=-1><I><B>Save
      Shopping List</B></I></FONT></A>
      <A HREF="../../../Act_PreviewWarningPage.html?ACTION=Get Shopping List"><FONT FACE=ARIAL SIZE=-1><I><B>Load
      Shopping List</B></I></FONT></A>
      --->
      <style type="text/css">
      <!--
      body {
      margin-top: 10px;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 10px;
      }
      .style1 {font-size: 9px}
      body,td,th {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      color: #000000;
      }
      a:link {
      color: #C4171B;
      text-decoration: none;
      }
      a:visited {
      text-decoration: none;
      color: #F15A3F;
      }
      a:hover {
      text-decoration: underline;
      color: #000000;
      }
      a:active {
      text-decoration: none;
      color: #C4171B;
      }
      .style9 {color: #FFFFFF}
      -->
      </style>
      <script language="JavaScript" type="text/JavaScript">
      <!--
      function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
      var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
      if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
      }
      //-->
      Anything else it could be?

      Thanks
      Charles

      _________________________
      B&M Design & Advertising Ltd
      www.bm-group.co.uk

      Comment


        #4
        I would look at why the javascript files are being referenced to a C: drive location - normally this is just the filename with no path data. Might help if you add the // to the comment ending after </SCRIPT> at the end of this quotation.

        <SCRIPT LANGUAGE="JavaScript" SRC="file:///C|/Program%20Files/Actinic%20Ecommerce%20v7/Sites/AHA%20Premier/actiniccore.js" TYPE="text/javascript"></SCRIPT>
        <SCRIPT LANGUAGE="JavaScript" SRC="file:///C|/Program%20Files/Actinic%20Ecommerce%20v7/Sites/AHA%20Premier/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.
        The section level can be accessed through:<SCRIPT LANGUAGE="JavaScript">
        <!--
        var nLevel = 1;
        // -->
        </SCRIPT>
        -->
        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
          This chnk is wrong
          Code:
          accessed through:<SCRIPT LANGUAGE="JavaScript">
          <!-- 
          var nLevel = 1;
          // -->
          </SCRIPT>
          -->
          it should be
          Code:
          accessed through:-->
          <SCRIPT LANGUAGE="JavaScript">
          <!-- 
          var nLevel = 1;
          // -->
          </SCRIPT>
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment

          Working...
          X