Javascript question
Tuesday, December 1st, 2009 07:46 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Ok, so imagine that I have an HTML image map and I want to have the links clickable only on or after certain dates. (Yep: Advent calendar!) Is there a nice quick easy Javascript way of doing this? My google-fu and /or my brain are not asking the right questions. And I am running out of coding time ...
(Logic basically: IF TODAY > X THEN LINK = Something Useful ELSE LINK = Stay Put)
Edit: I know how to use the date functions in Javascript and I know how to check the current date against a number. What I don't know is how to make the link dependent on the result.
Further edit: no more LJ til late this evening ...
(Logic basically: IF TODAY > X THEN LINK = Something Useful ELSE LINK = Stay Put)
Edit: I know how to use the date functions in Javascript and I know how to check the current date against a number. What I don't know is how to make the link dependent on the result.
Further edit: no more LJ til late this evening ...
no subject
Date: Tuesday, December 1st, 2009 08:05 am (UTC)no subject
Date: Tuesday, December 1st, 2009 08:15 am (UTC)as per edit, I know how to use the date functions to check whether today is >= a certain number: I just can't work out how to integrate that check with image map code.
And now I'm effectively offline til late evening :(
no subject
Date: Tuesday, December 1st, 2009 08:40 am (UTC)http://java-programming.suite101.com/article.cfm/how_to_create_an_advent_calendar_with_javascript
http://www.sean.co.uk/a/webdesign/javascript_advent_calendar/index.shtm
(the date checking is commented out/off so you need to remove the // where marked)
Google: "javascript advent calendar"
no subject
Date: Tuesday, December 1st, 2009 08:51 am (UTC)But I am clearly not explaining the question properly.
no subject
Date: Tuesday, December 1st, 2009 11:02 am (UTC)Monkey imagination failure error.