Wednesday, October 3, 2012

I have a web app based on a static HTML page, where the table I'm filling is created statically. ...

I have a web app based on a static HTML page, where the table I'm filling is created statically. (Tabular data, folks. Not using tables for page layout anymore.) I've done a lot of work, and I used the hack of src="lib.js?reload" to keep the Javascript out of cache. But the page itself was cached, so the table had 7 THs in the header and 8 TDs in the row on a user's page. I had her Ctrl-Shift-R and fixed it.



Now I want everything to be dynamic, even when there's really little dynamic content on the page.




No comments:

Post a Comment