I tried searching for this with Google with no luck.
I have a php website with GET links. I have the Super PHP Calendar on a page. I want to link directly to a certain date/link on that calendar page that uses javascript for the dates.
So to get to the calendar page, my href link is "/?page=events".
Once on that page, to click on a date in the calendar, the href link is "javascript:navigate("","","2010-11-29")"
So how can I make a direct link, from say the homepage, to that events calendar link? I tried "/?page=events&month=11&year=2010&event=2010-11-29" to no avail.
Thanks in advance.