I currently have a site setup with 3 frames.. A top frame (takes up entire width of the top of the browser). And then a left and right frame below it.
My top frame is navigation. Some of the links open things in the left frame which inturn are more links that will open things in the right frame.. That's all fine and good until someone clicks one of the links in the top frame that opens in the right frame and the left frame now has old and off topic information....
*hope that wasn't to confusing*
What I want is when they click on one of these links in the top frame that open in the right frame.. the left frame that is not being used.. goes back to a blank page.. (I made a page called blank.html that has CSS in it so the bg matches)
So far I have tried:
<A HREF="page.html" TARGET="right" HREF="blank.html" TARGET="left">Name of link</A>
AND
<A HREF="page.html" TARGET="right"><A HREF="blank.html" TARGET="left">Name of link </A></A>
Niether work.. anyone have suggestion or idea?
Thanks!
Brandon
My top frame is navigation. Some of the links open things in the left frame which inturn are more links that will open things in the right frame.. That's all fine and good until someone clicks one of the links in the top frame that opens in the right frame and the left frame now has old and off topic information....
*hope that wasn't to confusing*
What I want is when they click on one of these links in the top frame that open in the right frame.. the left frame that is not being used.. goes back to a blank page.. (I made a page called blank.html that has CSS in it so the bg matches)
So far I have tried:
<A HREF="page.html" TARGET="right" HREF="blank.html" TARGET="left">Name of link</A>
AND
<A HREF="page.html" TARGET="right"><A HREF="blank.html" TARGET="left">Name of link </A></A>
Niether work.. anyone have suggestion or idea?
Thanks!
Brandon