Results 1 to 4 of 4

Thread: Background Image Slideshow

  1. #1
    Join Date
    Jun 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Background Image Slideshow

    http://www.dynamicdrive.com/dynamicindex14/bgslide.htm
    http://www.dynamicdrive.com/dynamicindex6/clock3.htm

    no problem with the 2 scripts | my problem is how to work this 2 scripts in one page (html) because of the window.onload


    my question is...

    :: how to convert the 2 window event below into <body onLoad=" ">

    window.onload=new Function('setInterval("slideback()",speed)')

    and

    <body onLoad="goforit()">


    ----------------

    i want to run
    background image slideshow and live date script in one page (html)
    is this impossible?

    ----------------
    thank you very much.

  2. #2
    Join Date
    Jun 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    im still waiting... hu hu hu (crying)

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Code:
    <body onload="goforit();setInterval('slideback()',speed);">
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Jun 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    jscheuer1 "JOHN"
    ...thank you very much for the quick and fastest reply...

    i will try this... right away... thank you sir...

Bookmarks

Posting Permissions

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