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 strongm 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: *

  1. happyPanda

    expiring images

    This is what I have so far but it's still not working: <script type="text/javascript"> function disappearImg(){ var dispT; var now = new Date(); var yr = now.getFullYear(); var mn = now.getMonth(); var dy = now.getDate() var hr = now.getHours(); var mns = now.getMinutes(); var expiresyr =...
  2. happyPanda

    expiring images

    I have a script that shows an image but the image goes away at a certain time. The problems I'm having are: 1. I want to make the images link to some site. 2. How do I use it for more than 1 image? THis is the code: <html> <head> <script type="text/javascript"> function disappearImg(){ var...

Part and Inventory Search

Back
Top