Click to See Complete Forum and Search --> : Need to link Calendar to database


deulu
08-09-2005, 06:45 AM
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 www.google.com 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...

A1ien51
08-10-2005, 10:20 AM
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.