hello,
i'm trying to create a navigation path (roadmap) that shows users where they are in my website.. i have two frames, one is the main frame where the pages are loaded and the other is the contents frame and where i want my roadmap path to appear. My question is this: i want my contents frame to listen to my main frame and modify the roadmap string (for example: Home/Products/ ets..) everytime a new page is loaded. This doesnt work:
//Contents Frame
window.parent.document.frames[1].onload=alert;
I've heard that with frames things get a bit messy. Can anyone help?
i'm trying to create a navigation path (roadmap) that shows users where they are in my website.. i have two frames, one is the main frame where the pages are loaded and the other is the contents frame and where i want my roadmap path to appear. My question is this: i want my contents frame to listen to my main frame and modify the roadmap string (for example: Home/Products/ ets..) everytime a new page is loaded. This doesnt work:
//Contents Frame
window.parent.document.frames[1].onload=alert;
I've heard that with frames things get a bit messy. Can anyone help?