How to do it in Java Script?

Discussion in 'HTML & Website Design' started by Jalpari, Jan 18, 2009.

  1. #1
    How to add images or a video format like www.glam.com is displaying under TODAYS FEATURES. AnD what is calls?

    I think it can happen in java script.
     
    Jalpari, Jan 18, 2009 IP
  2. tankard

    tankard Well-Known Member

    Messages:
    1,018
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    185
    #2
    Yes it is a JavaScript. Check View-> Page Source and pay attention to line #572
    JavaScript is a client-side script and you can see the way this slider is working and learn from it easily...

    A JavaScript call is this
    <script language='JavaScript' src='script.js'></script>
    Code (markup):
    You use it to insert a JavaScript in your HTML without cramming your HTML with tons of code
     
    tankard, Jan 19, 2009 IP
  3. NosZHi

    NosZHi Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The images are changing with the help of a javascript.
    There are lots of slideshow scripts out there. Here is one of them... http://www.frontpageslideshow.net/
     
    NosZHi, Jan 19, 2009 IP