Results 1 to 2 of 2

Thread: changing background image..

  1. #1

    Thread Starter
    Fanatic Member merhaba's Avatar
    Join Date
    Sep 2002
    Location
    Istanbul,Bartin-Gallipoli(Gelibolu-Canakkale)
    Posts
    601

    changing background image..

    Hi,

    I want my background imahe change everytime I re-enter my web site....could you help me?


    thanks

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Create an array, like

    bgimgs[1] = 'first.gif';
    bgimgs[2] = 'thirty.gif';
    bgimgs[32] = 'nine.gif';

    Now, everytime the page loads, select a random number, get it's corresponding value in the array and



    <body onLoad="document.body.background = bgimgs[rndm];">

Posting Permissions

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



Click Here to Expand Forum to Full Width