I'm adding some additional capability to template approve.html and I need to pass it a URL parameter:
calendar_admin.pl?template=approve.html&id=147
In the example above, I want to highlight event id 147.
How do I get access to the parameter in approve.html?
I tried $in{id}, but that doesn't work.
Any help appreciated.
[This message has been edited by mraj (edited March 19, 2005).]