Results 1 to 3 of 3

Thread: conveyor belt script

  1. #1
    Join Date
    Mar 2006
    Posts
    75
    Thanks
    17
    Thanked 0 Times in 0 Posts

    Default conveyor belt script

    i just want to know where to enter info for when the conveyor stops on an image -- where in the script do i enter the URL info so that when the image is clicked on, you can be directed to an image on a new page? can this be done?

    M.O.M.

  2. #2
    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

    The links are already there, they just don't go anywhere:

    Code:
    leftrightslide[0]='<a href="http://"><img src="dynamicbook1.gif" border=1></a>'
    You can do like so:

    Code:
    leftrightslide[0]='<a href="http://www.google.com"><img src="dynamicbook1.gif" border=1></a>'
    and it will link to Google, etc.
    - John
    ________________________

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

  3. #3
    Join Date
    Mar 2006
    Posts
    75
    Thanks
    17
    Thanked 0 Times in 0 Posts

    Default

    thanks jscheuer1,

    i found it on another thread and edited the script accordingly -- can please check a new post of mine for a new problem regarding mouse rollover change?

    thanks so much!

    M.O.M.

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
  •