Results 1 to 3 of 3

Thread: Applying script
      
   

  1. #1
    kenb is offline Captain
    Join Date
    Sep 2006
    Location
    Windsor ON Canada
    Posts
    235

    Default Applying script

    Hello
    I just built a slide show through a web buiulders kit and now I have to apply it to a page on one of my sites.
    This script contains different files that all work tgether to produce the slide show. I contacted the script provider but I am still lost as to make it all work. He wrote

    (There were several kinds files that were saved along with .jis file.

    .html file contains the necessary codes that you may need to copy and
    paste to your own html pages. You may try to open this file in IE to take
    a look.

    .js and .gif/.jpg files should be uploaded to the same directory along
    with .html file that includes the slideshow.


    Please let me know if you have any further questions!
    Best Regards,
    Allan Wang
    Usingit.com

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Applying script

    Open the .html file they can you with notepad or word. Copy and paste everything side of it into a html box inside BV. Publish.

    Then use BlueFTP to upload the .js files and all the images (.gif/.jpg)

    That should make it work (assuming the instructions you were given were all of them)

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  3. #3
    kenb is offline Captain
    Join Date
    Sep 2006
    Location
    Windsor ON Canada
    Posts
    235

    Default Re: Applying script

    This here is the script:


    <!-- saved from url=(0023)http://www.usingit.com/ -->
    <html>
    <head>
    <title>Preview</title>
    </head>
    <body>
    <!-- JavaScript FadeIn SlideShow 1.0 -->
    <!-- (C)1999-2006 Usingit.com, All rights reserved! -->
    <!-- http://www.usingit.com/products/webtoolkit -->
    <!-- NOTE: Please insert these codes into <body> section of Web pages. -->
    <!-- BEGIN -->
    <link href="./fadeinslideshow.css" type=text/css rel=stylesheet>
    <script language="javascript" src="./fadeinslideshow.js"></script>
    <script language="javascript" src="./fadeinslideshowcfg.js"></script>
    <!-- END -->
    <!-- Please insert the <div> below to your Web page where you would -->
    <!-- like to include the slideshow. -->
    <div id="FadeInSlideShow1_div" style="width:190px;height:120px;"></div>
    </body>
    </html>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49