Announcement

Collapse
No announcement yet.

Banner on product page

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

    Banner on product page

    I have used this script on my product page to generate a changing banner
    but it refers to images on the java site.
    Does anyone know where i have to refrence the pictures on and actinic website to generate the banner.

    <!-- THREE STEPS TO INSTALL RANDOM IMAGE ROTATOR:

    1. Copy the coding into the HEAD of your HTML document
    2. Add the onLoad event handler into the BODY tag
    3. Put the last coding into the BODY of your HTML document -->

    <!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

    <HEAD>

    <!-- Original: Robert Bui (astrogate@hotmail.com) -->
    <!-- Web Site: http://astrogate.virtualave.net -->

    <!-- This script and many more are available free online at -->
    <!-- The _JavaScript Source!! http://_javascript.internet.com -->

    <!-- Begin
    var interval = 2.5; // delay between rotating images (in seconds)
    var random_display = 1; // 0 = no, 1 = yes
    interval *= 1000;

    var image_index = 0;
    image_list = new Array();
    image_list[image_index++] = new imageItem("http://_javascript.internet.com/img/image-cycler/01.jpg");
    image_list[image_index++] = new imageItem("http://_javascript.internet.com/img/image-cycler/02.jpg");
    image_list[image_index++] = new imageItem("http://_javascript.internet.com/img/image-cycler/03.jpg");
    image_list[image_index++] = new imageItem("http://_javascript.internet.com/img/image-cycler/04.jpg");
    var number_of_image = image_list.length;
    function imageItem(image_location) {
    this.image_item = new Image();
    this.image_item.src = image_location;
    }
    function get_ImageItemLocation(imageObj) {
    return(imageObj.image_item.src)
    }
    function generate(x, y) {
    var range = y - x + 1;
    return Math.floor(Math.random() * range) + x;
    }
    function getNextImage() {
    if (random_display) {
    image_index = generate(0, number_of_image-1);
    }
    else {
    image_index = (image_index+1) % number_of_image;
    }
    var new_image = get_ImageItemLocation(image_list[image_index]);
    return(new_image);
    }
    function rotateImage(place) {
    var new_image = getNextImage();
    document[place].src = new_image;
    var recur_call = "rotateImage('"+place+"')";
    setTimeout(recur_call, interval);
    }
    // End -->
    </script>
    </HEAD>

    <!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->

    <BODY onfiltered="rotateImage('rImage')">

    <!-- STEP THREE: Copy this code into the BODY of your HTML document -->

    <center>
    <img name="rImage" src="http://_javascript.internet.com/img/image-cycler/01.jpg" width=120 height=90>
    </center>

    <p><center>
    <font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
    by <a href="http://javascriptsource.com">The _JavaScript Source</a></font>
    </center><p>

    <!-- Script Size: 2.29 KB -->
    Beer is a sign that God wanted us to be happy

    #2
    Replace all these http://_javascript.internet.com/img/image-cycler/01.jpg with links to your own images in your sites acatalog directory. E.g.

    http://www.mysite.com/acatalog/myimage1.jpg

    then get Actinic to upload these files for you via Advanced / Additional files.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman
      When you refer to www.mysite.com in the line below, does actinic give the website I am creating an address or is it when its is uploaded, I have put all my images in the folder called Site1 which is where I have put my banners
      http://www.mysite.com/acatalog/myimage1.jpg

      I have also tried another way, and that was to create a new productin the section wher I wanted the banner to appear, then give it a short discription.
      then in the full discription field use the following HTML.
      !!<
      <TR>
      <TD COLSPAN="3">
      <A HREF="http://advertiserssite.co.uk/advert.html"><IMG
      SCR="banner_advert.gif"></A>
      </TD>
      </TR>
      >!!

      Then i have edited the NETQUOTEVAR:PRODUCTNAME and inserted the following
      <!--<FONT FACE="ARIAL" SIZES="+1"><B>NETQUOTEVAR:PRODUCTNAME</B></FONT -->

      I get someting where the image shold be but thats all, again I think it is the url address http://advertiserssite.co.uk that is the problem.
      Do you know what I am doing wrong
      Vernon
      Beer is a sign that God wanted us to be happy

      Comment


        #4
        It's the URL of your live site. Only you know that. The http://advertiserssite.co.uk you gave doesn't exist but if it did, you would use http://advertiserssite.co.uk/acatalog/myimage1.jpg

        Also this script may work if you just put your image names in instead of the full URL (http://advertiserssite.co.uk/acatalog/myimage1.jpg) just try myimage1.jpg
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Banner on product page

          Thank you Norman

          I will give that a try, I am very new to this and it is mid boggling,
          but when someone quoted me £7000.00 to design the site I want
          It became a bit less mind boggling or so I thought
          Beer is a sign that God wanted us to be happy

          Comment


            #6
            Banner on product page

            My site has not ben uploaded so I do not have a ulr address to point to
            Vernon
            Beer is a sign that God wanted us to be happy

            Comment


              #7
              Then put your extra images in Site1 AND PreviewHTML and use them without the URL as mentioned ealier. E.g.

              image_list[image_index++] = new imageItem("myimage01.jpg");

              and add them (the Site1 copies) into Actinic's Advanced / Addidtional files.
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment


                #8
                Banner on product page

                Thank you again Norman

                I am off out now for a meal and a pint
                So I do that tommorrow then I owe you a pint
                Beer is a sign that God wanted us to be happy

                Comment


                  #9
                  Originally posted by vernonmpurcell
                  Thank you Norman

                  I will give that a try, I am very new to this and it is mid boggling,
                  but when someone quoted me £7000.00 to design the site I want
                  It became a bit less mind boggling or so I thought

                  wow - it must have been quite a vision you showed them!

                  Not knowing what the site was that you wanted, I can only imagine that you had a LOT of bells and whistles, or the design firm has VERY expensive offices...
                  Web Design & Ecommerce - Affordable Web Hosting
                  Free and low cost Merchant Accounts coming soon..
                  NOD32 Antivirus - Reciprocal Links for Actinic Sites ONLY

                  Comment

                  Working...
                  X