Click to See Complete Forum and Search --> : server generated link


Immoraltwo
10-30-2003, 11:23 PM
I'm looking for some information on a link that is generated by the server. The link would only be usuable for a determined amount of time. A uniq link that is generated with a birth and expiration date and destroyed when the exp date is met. If you can point me in the right direction that would be splendid.

Khalid Ali
10-31-2003, 09:05 AM
you will need to use javascript for this purpose.

when page is loaded,set a timer using
setTimeout() function
and once the time is reached remove the link form the document

parent.removeChild(link)(NS6+)
link.removeNode(true)(IE5.5+)