Announcement

Collapse
No announcement yet.

Applying script

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

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

    Comment


    • #3
      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>

      Comment

      Working...
      X