is it possible to pass dynamic values to custom tag?
Hi there, I'm trying to build a calendar custom tag so I can drop the calendar into an existing webpage easily.
I have got the calendar displaying on the page but the problem I have is when I try to create 'previous' and 'next' links. Is it possible to pass parameters to a custom tag that have dynamic values?
In PHP it would looks something like:
<a href="bla.php?page=$pagenumber">next page</a>
When I create the calendar object I set it to the current date so when I try to increase or decrease the month (next/prev month) it doesn't work because the code is run again and hence setting the current date again.
Any ideas?
Cheers in advance
Message was edited by:
MajorMahem

