innerHTML ?
innerHTML ?
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- sparker0
no, you can create dynamic pages that are included into another page via ssi.
example:
if you have a perl file that updates a news page, and that news page perl file is including in your html page ( via ssi ) that perl file can change dynamically every time you make updates.
same with php.
i'm sure the same can be accomplished via inner html, but i would be concerned about browser compatibility at that point.