matinjs
Programmer
- Feb 2, 2009
- 1
Hi
I'm designing a small website which is around 10 pages. We would like to add some sort of navigation menu and some pictures on top and on the right. So that no matter which page the user is in, the top and the right portion is the same, and also the menu shows on the top just below the image. Let's forget about the menu for now.
Please let me know how I can do the frame part Do I have to use HTML DOM Frame object, or JavaScript to be in complaint with the new W3C standard HTML 4.1?
I'm a newbie to JavaScript or HTML, but I have a lot of programming background. There are few issues that is in my mind right now:
- How can I "keep" the top and right portion, and avoid loading them every time the user goes from one page to another?
- How should I link the pages to each other. I mean, if I use frames, how the browser would know which frame is the one that its address should go into the address bar?
- How can I make sure when some on types for example then the frames are loaded as well, and not just the content of the page alone?
Thank you
I'm designing a small website which is around 10 pages. We would like to add some sort of navigation menu and some pictures on top and on the right. So that no matter which page the user is in, the top and the right portion is the same, and also the menu shows on the top just below the image. Let's forget about the menu for now.
Please let me know how I can do the frame part Do I have to use HTML DOM Frame object, or JavaScript to be in complaint with the new W3C standard HTML 4.1?
I'm a newbie to JavaScript or HTML, but I have a lot of programming background. There are few issues that is in my mind right now:
- How can I "keep" the top and right portion, and avoid loading them every time the user goes from one page to another?
- How should I link the pages to each other. I mean, if I use frames, how the browser would know which frame is the one that its address should go into the address bar?
- How can I make sure when some on types for example then the frames are loaded as well, and not just the content of the page alone?
Thank you