Calender application not updating "directly" after
Posted: Wed Nov 30, 2005 7:16 pm
On my main page I have a calender (html table loop) that displays and has dropdowns for both month and year and a submit button.
The table will match the correct month and year. However, below the table I have another form to insert some stuff into the calender, such as names, times, and equipment.
My problem is after I submit the stuff into the form form below the calender, the calender does not reflect the changes until I either
A) submit another Item;
or
B) click the calender update button from up top next to the calender;
Its like the webpage reads from the database before the entry is submitted.
Any ideas?
The table will match the correct month and year. However, below the table I have another form to insert some stuff into the calender, such as names, times, and equipment.
My problem is after I submit the stuff into the form form below the calender, the calender does not reflect the changes until I either
A) submit another Item;
or
B) click the calender update button from up top next to the calender;
Its like the webpage reads from the database before the entry is submitted.
Any ideas?