Click to See Complete Forum and Search --> : Forms And Script Problem


jarrett
11-12-2005, 11:42 AM
Hi,
I'm trying to put my site together but having problems with the layout and frames.
You can see my site at:
http://www.xomeia.com/mix/mixhome.html

Ignore the rest of the pages. When you click the members link on the left side the members page loads perfectly but when you click back this is where the problems are.

I want the top and bottm frames to go back and not just the bottom frame. How do you do this? could you use if scripts?

Thanks

balloonbuffoon
11-12-2005, 05:01 PM
Well you are loading two new pages, first the members page and then the bottom page. So when you hit back, the last page that was loaded was the bottom page and it goes to that. If you hit back again, you will be back at the main page. So what I think you should do is change the order of page loads for when you click on "member's area". First load the bottom page, then the members area page. Then it will go back to the main menu when you hit your back button. But, it won't reload the bottom page. So, in the main menu page, have an "onload" command to load the proper page in the bottom frame. Now if you understood my ramblings, it should work for this predicament, but not knowing how the rest of your website is set up, I don't know whether it will pose problems in other parts of your website.

I hope you understood what I meant, just ask if you need clarification or info on how to do something I suggested.

--Steve

jarrett
11-12-2005, 05:55 PM
Yeah thanks I understand but what would the code be and were to put it?