I know this is possible....I'm not sure if it can be done with VBScript or ASP, but I figured I'd ask here first.
I'm working on a calendar application (in VBScript and ASP). The idea is to allow particular users to edit the details of the calendar and to allow any user to see the updates that are made.
The way that I decided to do this was to have a main page that everyone can see (with the most recent calendar update showing). At the bottom of this main page I have a logon screen, so that the administrator(s) of the calendar can edit the daily information. Once they have finished updating, the new calendar is displayed and they can chosse to accept, or re-edit it. (This works fine)
The problem comes in updating the main page....How can I take the HTML code that is generated when the updated calendar is displayed to the administrators and apply it to the original page for all to see?
Please advise. Thanks in advance.
I'm working on a calendar application (in VBScript and ASP). The idea is to allow particular users to edit the details of the calendar and to allow any user to see the updates that are made.
The way that I decided to do this was to have a main page that everyone can see (with the most recent calendar update showing). At the bottom of this main page I have a logon screen, so that the administrator(s) of the calendar can edit the daily information. Once they have finished updating, the new calendar is displayed and they can chosse to accept, or re-edit it. (This works fine)
The problem comes in updating the main page....How can I take the HTML code that is generated when the updated calendar is displayed to the administrators and apply it to the original page for all to see?
Please advise. Thanks in advance.