
July 9th, 2005, 05:09 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 1
Time spent in forums: 59 m 9 sec
Reputation Power: 0
|
|
|
Looking to Hire an ASP programmer just for a basic custom script
Hi,
I am looking to pay someone to develop a basic ASP script for me. I don't know ASP, but could probably figure it out myself, but I don't have the time and am trying to get it done ASAP. Here is what I am looking to do. I currently have private access to a large directory of weather images. The filenames of the images are based on a timestamp. A new image is generated every 5 minutes in the format HHMM.gif where HHMM is the time in hours and minutes GMT. So every 5 minutes (:00, :05, :10, :15, etc, etc....) every hour 24 hours a day a new image is created on a distant server. I am looking for an ASP script that can, whenever the page is loaded, look at the curent time (i.e 19:43 GMT) and know that the last image that was generated was at 19:40 GMT and dynamically insert the variable 1940 into my html page. i.e [img src="http://www.server.com/<%time>.gif where <% time> becomes 1940 making the string read [img src="http://www.server.com/1940.gif] If anyone is interested, please send me an e-mail to danielmcgee@hotmail.com.
Thanks,
Dan
|