|
You can't do that with plain HTML. You are talking about dynamic pages, where content needs to be changed frequenly and automatically. You will need a language like php, asp and others to do that.
You have to perform a call to database (or just use a flati file, but this will be tricky i think) and then show the content.
Possibly you can also do this with Javascript, but it will be much more complex. And there are also good chances the the viewer might have blocked javascript and your page will get unfunctional. Use php preferably, as its server side..
|