Announcement

Collapse
No announcement yet.

how do i use iframes in actinic landing page

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

    how do i use iframes in actinic landing page

    Hi

    I would like visitors to see an iframe url before the actual index page
    How can i use an iframe to achieve this?

    Normally iframes appear just after the opening <body> statement
    But in actinic we have

    <BODY OnLoad="PreloadImages................

    So how could i work in the iframe tag?

    thanks
    art

    #2
    I'm not sure I'm clear exactly how you need this to work. If you want to change what appears on the home page index.html code then you'd have to create a new brochure template based on the one being used at Design > Options > Brochure > click Edit to see which template it's using from the Site1 folder, copy and rename the html file in the Site1 folder and add new code then select that as your template on the Home page in the content tree under the Layout option.
    Peblaco

    Comment


      #3
      I need an iframe inside my index page to pull up antoher 3rd party page to be above the index page itself.
      I would prefer to hard code it into the page itself, rather than editing templates

      Comment


        #4
        Hard coding it is changing the template. Follow Louse's instructions above and then add the iframe code immediately after the end of the opening body tag.

        <BODY OnLoad="PreloadImages.............>
        <iframe...>
        ...
        </iframe>

        Comment


          #5
          test network problems

          acatalog is 777
          cgi-bin-local is 755

          So to change the template, i ran a newtork test on my server
          gives me:

          Actinic Mail Test completed successfully
          server: passed
          connection: passed
          sockets: passed
          communications: passed
          authorisation: passed
          message: -
          CGI-BIN Working Directory: "/usr/virtual/1/easyshop/caranco.co.uk/home/cgi-bin-local"

          CGI-BIN Working Directory Contents
          .
          ..
          test-local
          test
          cgipaths.txt
          cgi-bin.txt
          FormMail.pl
          bb000001.pl
          ca000001.pl
          cm000001.pl
          md000001.pl
          mf000001.pl
          ms000001.pl
          nph-dl000001.pl
          nq000001.pl
          os000001.pl
          rs000001.pl
          se000001.pl
          sh000001.pl
          ss000001.pl
          ab000001.pm
          ac000001.pm
          ad000001.pm
          ae000001.pm
          al000001.pm
          ao000001.pm
          as000001.pm
          ax000001.pm
          cm000001.pm
          dc000001.pm
          dd000001.pm
          di000001.pm
          px000001.pm
          sa000001.pm
          sl000001.pm
          sm000001.pm
          FormMailOLD.pl
          sc000001.pm
          ts000001.pl
          cp000001.pl

          "/" Directory Contents
          .
          ..
          dev
          usr
          var
          stand
          etc
          proc
          tmp
          bin
          boot
          mnt
          modules
          root
          sbin
          sys
          .cshrc
          .profile
          COPYRIGHT
          kernel.GENERIC
          kernel
          compat
          admin
          arc
          ftp
          dist
          www
          home
          .razor.lst
          virtual
          rad
          arc1

          An error occurred trying to read "/acatalog/"

          The path to the web site directory you specified (/acatalog/) points to a file.

          The web site directory is not readable.
          The web site directory is not writable.
          Unable to create a file in the web page directory.

          No such file or directory

          Unable to create a sub-directory in the web site directory.

          No such file or directory

          Comment


            #6
            I'm slightly confused here...

            So to change the template, i ran a newtork test on my server
            gives me:
            why run a network test in order to change a template?

            if we are talking www. dot caranco dot co dot uk,
            "/usr/virtual/1/easyshop/caranco . co . uk/home/cgi-bin-local"
            the live site is fine - hence the errors
            An error occurred trying to read "/acatalog/"

            The path to the web site directory you specified (/acatalog/) points to a file.

            The web site directory is not readable.
            The web site directory is not writable.
            Unable to create a file in the web page directory.

            No such file or directory

            Unable to create a sub-directory in the web site directory.

            No such file or directory
            are a red herring?



            can we have clarification please?

            Comment


              #7
              I run a network test and i get:

              The directory specified as the path from the CGI-BIN to the acatalog directory does not exist on the web server. Check the path. Also see the on-line help for "Path from FTP server to Catalog".


              Joe, i need access to the site so I can edit the template to include the iframe mentioned at the start of this thread.

              Art

              Comment


                #8
                Can you upload with Actinic at the moment to your live site?

                Comment


                  #9
                  Jo, i need access to the site so I can edit the template to include the iframe mentioned at the start of this thread.
                  No you dont.. you edit the template on your pc then upload to the server.

                  if its v7 you are looking for the Act_Primary that governs the overall layout

                  Comment

                  Working...
                  X