NDF
09-29-2007, 01:59 AM
OK, hopefully I won't confuse you because I'm confused when I try to explain it to myself.
I have a calendar in /events/month.php which is shown in an iframe on events.php. On /events/month.php, when an event is on the calendar, the date can be clicked and it shows the info of, say, /events/view_entry.php?id=4&date=20070929
On index.php I have an iframe of /events/upcoming.php which shows the upcoming events and links to, say, /events/view_entry.php?id=4&date=20070929.
I'm wondering, is it possible to have the page change to events.php and show /events/view_entry.php?id=4&date=20070929 (or whatever link to the /events/ folder is clicked) in the iframe?
Your help will be appreciated. :)
I have a calendar in /events/month.php which is shown in an iframe on events.php. On /events/month.php, when an event is on the calendar, the date can be clicked and it shows the info of, say, /events/view_entry.php?id=4&date=20070929
On index.php I have an iframe of /events/upcoming.php which shows the upcoming events and links to, say, /events/view_entry.php?id=4&date=20070929.
I'm wondering, is it possible to have the page change to events.php and show /events/view_entry.php?id=4&date=20070929 (or whatever link to the /events/ folder is clicked) in the iframe?
Your help will be appreciated. :)