Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RRUU

  1. RRUU

    Make an image hyper-linkable from an array?

    Shot boss! Youre right I didnt understand :) However I was able to modify the script your wrote to get what I wanted. Thanks a lot :D
  2. RRUU

    Make an image hyper-linkable from an array?

    Anybody understand what Im trying to achieve here please?
  3. RRUU

    Make an image hyper-linkable from an array?

    How do I assign a hyperlink to an image that has been loaded from an array? var pic = new Array(); pic[0] = "picture0.jpg"; pic[1] = "picture1.jpg"; pic[2] = "picture2.jpg"; pic[3] = "picture3.jpg"; pic[4] = "picture4.jpg"; var url = new Array(); url[0] = "url0.html"; url[1] = "url1.html"...

Part and Inventory Search

Back
Top