Need to link Calendar to database

liunx

Guest
Everybody..
I have this calendar that i need to link its days to the database knowing that what i have in my database is links to other pages..for example let's say <!-- w --><a class="postlink" href="http://www.google.com">www.google.com</a><!-- w --> and other pages... in such a way if i click on day1 of this month, it should open another page in which day1 refers to in the database...
anyone has an idea how to do it?
Thnx...basically you need to do a post back to the server with some id. That id is used to query the database to grab the link and response.redirect changes the page.
 
Back
Top