-
no frames
Hello,
In my website pages, I have it devided into 3 parts:
1) top row advertisments,
2) right column for buttons and links,
3) the body of page.
both sections 1 and 2 are fixed in contents, the only part have to be changed is part 3. How can I implement this page without frames.
Another question, How can I get the width and height of the window and get hint (event) when the user resize this window?
Thanks
-
-
You could use Server Side Includes, where the content of top or column is stored in a seperate file.
-
yeah, use eather PHP or ASP for the actuly site and have a template folder that it well use for the layout.
-
window size
What about <script src="file.js"> i think that is better than using asp include file.
What about the second question:
How can I get the width and height of the window and get hint (event) when the user resize this window?