Random image change

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simon2x1
    New Member
    • Dec 2008
    • 123

    Random image change

    I want some set of image to change randomly when ever i click on a link to change a webpage
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    To change an image, set its src property.

    For all things random, use Math.random.

    Comment

    • simon2x1
      New Member
      • Dec 2008
      • 123

      #3
      Sorry i am a beginer in javascript the only thing i can do from what you have mention is to set src property of an image

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        See if this simple tutorial helps.

        Comment

        Working...