Click to See Complete Forum and Search --> : I'm not sure where to post this so posted here I need help please!!!


WhiteFalcon72
12-06-2005, 10:38 AM
Hello, my name is Ray I was following basic frame code to help build a new page for a friend and I need to know is it possible with the code below to denote frame A to change frame B if so how do I do that I am posting copy of the code i'm useing below this line...
_______________________________________________
<FRAMESET COLS="25%,85%">
<NOFRAME>

Greetings "Browserly Challenged". The page you are attempting to enter has frames and if you're reading this message, you don't have the ability to see it. I suggest you go <A HREF="noframespage.htm">Here</A> for a non-frame version of this page.

</NOFRAME>

<FRAME SRC="side%20bar.htm" NAME="A">
<FRAME SRC="side%20bar2.htm" NAME="B">
</FRAMESET>
</HTML>

_______________________________________________

explain what I'm wanting so make sure you understand what i'm truely asking...
I'm trying to design frame A to have links to other pages.
I would like when i click the link in frame A for it to change the page inside Frame B. i'm pretty sure is might be able to be done but I'm not sure how to do it... you see when i view HTML goodies web-site I have a hard time reading the side bar cause of it being so little text.
If anyone can help me I'd be greatful Thanks Sincerely, WhiteFalcon72

rhsunderground
12-06-2005, 10:40 AM
<a href="page.html" target="B" title="Page">Page</a>

WhiteFalcon72
12-06-2005, 11:08 AM
<a href="page.html" target="B" title="Page">Page</a> ok I understand this is code. wher "page.htm" is I place the link for the page i want it to go to? or ? I need better understnad how this code works so to impliment it to the page...
Thanks

Charles
12-06-2005, 11:24 AM
Read, mark, learn and inwardly digest http://www.w3.org/TR/html4/present/frames.html .

WhiteFalcon72
12-06-2005, 01:00 PM
Read, mark, learn and inwardly digest http://www.w3.org/TR/html4/present/frames.html .
I just read what you sent it help greatly... thank you