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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.