DB2Problem
Programmer
Hello ALL,
I have a flat file which contains one date field.
I need to update an HTML file with this date field by reading the file.
However, my file will be updated by a unix script every day.
I need code snippet to add in HTML file which can reflect the updated date every day.
One Important thing is that this HTML file is used at 10 places and the update of date should show up in all pages at the same time.
I can not use anything on Application Server, NO JSP's NO J2EE nothing except HTML, JavaScript and related stuff..
Any comments will help me ..
Thanks
I have a flat file which contains one date field.
I need to update an HTML file with this date field by reading the file.
However, my file will be updated by a unix script every day.
I need code snippet to add in HTML file which can reflect the updated date every day.
One Important thing is that this HTML file is used at 10 places and the update of date should show up in all pages at the same time.
I can not use anything on Application Server, NO JSP's NO J2EE nothing except HTML, JavaScript and related stuff..
Any comments will help me ..
Thanks