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 Chriss Miller 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 swagner12

  1. swagner12

    Javascript Image Rotator

    Hi Jeff, Thanks for the tip. I have actually tried adding an array before. The problem I had with it, though, was here: function rotateImage(){ if(randomOrder){ index = Math.floor(Math.random() * arImg.length); }else{ var index = getCookie('rotate_image')...
  2. swagner12

    Javascript Image Rotator

    Hi, I recently found a great code to rotate images onLoad, either randomly or in order. Its a great code and all, but I would like to use it for something else, too. Unfortunately, I have not successfully customized it... The code is: <!doctype html public "-//w3c//dtd html 4.01...

Part and Inventory Search

Back
Top