I'm the project manager on a new calendar site wide for our school. The calendar is in asp and has been implemented on the site. I've gotten two complaints. One isn't my fault (database didn't have enough info, I just converted the database, I never entered the events) and two they would like to click to view the events off the front page.
Now, right now I'm using
Is there a way where when someone clicks something in NextEvents to display the Events dialoge? How could this be achieved in ASP?
Thanks,
Tucker
Now, right now I'm using
to call the next 10 events from the calendar. But if you click on them it trys to display it but won't. I need to includecode:
<% Call NextEvents() %>
but this defaultly displays all events for the current month but switches to the event in question when you click one of the top 10.code:
<% Call Events() %>
Is there a way where when someone clicks something in NextEvents to display the Events dialoge? How could this be achieved in ASP?
Thanks,
Tucker
Comment