
April 7th, 2004, 06:52 AM
|
 |
Java PHP Oracle Developer
|
|
Join Date: Jan 2004
Location: C-Bus OH-IO
Posts: 204
Time spent in forums: 15 m 26 sec
Reputation Power: 5
|
|
|
The only type of includes that I know an HTML can do are JavaScript includes and CSS (style sheet) includes.
To do what you want to do, include a banner, you will need a server side technology like ASP, PHP, etc.
I guess you could hava a JavaScript include that has some function that prints out HTML that you could reference at certain parts of your document. For example, where you would like to print the banner you could have a div tag that get filled in with HTML by a JS call when the page loads. I don't think it is very elegant, but it could possibly work, and the banner would be the last thing to load.
|