I've had no luck trying to find a script or something else I can use that will automatically change the date on my site to the current date. Only thing I can find is a webbot but that still requires the page to be resaved and uploaded again daily. Suggestions? Thanks!
Are you wanting the date to show as per the clients computer date? if so you need to use javascript. Are you wanting the date to show as per the servers date (or a date relative to this timezone)? in which case you need to use a server side element. An exceptionally simple way to do it serverside with .Net would be to include the code <%=Now().ToString("dd-MMM-yy")%>
The method isn't important as long as I don't have to change it my self every day. I tried the code included but i'm probably not doing it correctly. I'm using Frontpage 2003, but don't know anything about using .Net
You need to ensure that your webhost supports .Net (ie it is windows based). There will be a similar code for PHP if you have *nix webhosting In either case the date wont actually show until it is running on the webhost
As said, the javascript will write the date as per the client rather than the server so if they are in a different timezone you may have issues subject to if anything is dependent on the date or if it is just for info purposes At the moment the javascript isnt working correctly in either FF or IE7 - though the errors are actually different if it is the date in the top right of your homepage in the signiture link