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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RRUU
  • Content: Threads
  • Order by date
  1. 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