Ok,
I have a 3 part frameset: 2 on the left side and 1 main on the right side. A link from the left side loads into the mainpage.
**********************************
* leftframe 1 * *
*************** mainpage *
* leftframe 2 * *
* * *
**********************************
The user can click on links in the mainpage now that cause the mainpage to split into 2 frames.
Recap:
Now I have this
**********************************
* leftframe 1 * mainpageframe1 *
**********************************
* leftframe 2 * mainpageframe2 *
* * *
**********************************
User does work in mainpageframe1 that cause other stuff to load into mainpageframe1.
User has option to exit out of mainpageframe1.
I would like it to go back to the mainpage frame all by itself once the user clicks on exit causing it to look like this again.
**********************************
* leftframe 1 * *
*************** mainpage *
* leftframe 2 * *
* * *
**********************************
I cannot use history to go back, because I need to load the mainpage up with certain parameters. What I need is code that will basically href into the right side(mainpage).
I appreciate your help!
I have a 3 part frameset: 2 on the left side and 1 main on the right side. A link from the left side loads into the mainpage.
**********************************
* leftframe 1 * *
*************** mainpage *
* leftframe 2 * *
* * *
**********************************
The user can click on links in the mainpage now that cause the mainpage to split into 2 frames.
Recap:
Now I have this
**********************************
* leftframe 1 * mainpageframe1 *
**********************************
* leftframe 2 * mainpageframe2 *
* * *
**********************************
User does work in mainpageframe1 that cause other stuff to load into mainpageframe1.
User has option to exit out of mainpageframe1.
I would like it to go back to the mainpage frame all by itself once the user clicks on exit causing it to look like this again.
**********************************
* leftframe 1 * *
*************** mainpage *
* leftframe 2 * *
* * *
**********************************
I cannot use history to go back, because I need to load the mainpage up with certain parameters. What I need is code that will basically href into the right side(mainpage).
I appreciate your help!