frames trouble
Im having some with fames I have my navigation bar on one side of the page and content in the other side but when i click one of the links on the navigation bar it opens the page inside only the the first frame see for your self www.geocities.com/ssj3gottenks if you could help it would be cool thanx
------------------
SilICoNsHadOw
SilICoNsHadOw
nemes posted this at 22:03 — 28th March 2000.
They have: 26 posts
Joined: Mar 2000
I'm not really sure because youve used some wierd java or something for your navbar, if it was html you'd include a target="name of main frame" within the 'a href' tag. You probably allready know this but it's been the first post in these forums where I've been abe to GIVE advice
[email protected]
siliconshadow00 posted this at 22:12 — 28th March 2000.
They have: 6 posts
Joined: Mar 2000
I know that much but i cant get it to work for anything
------------------
SilICoNsHadOw
Suzanne posted this at 22:57 — 28th March 2000.
She has: 5,507 posts
Joined: Feb 2000
YOU HAVE YOUR TARGETS WRONG!
AndyB and I have both explained this to you over and over again. I have given you links to online tutorials that explain it. Short of doing it for you, there is nothing else I can answer for you.
Why are you still asking when you haven't listened to the last answer?
This is your code (everything bold is your error, either missing or wrong):
<a href="index1.html">
onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.menu1','document.menu1','images/item7.jpg','#922141678937')"><img src="images/item1.jpg" WIDTH="137" HEIGHT="25" name="menu1" border="0"></a><br>
<img src="images/n1c1_line1_3.jpg" WIDTH="137" HEIGHT="17"><br>
<a href="index2.html" target="left_frame" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.menu2','document.menu2','images/item8.jpg','#922141698562')"><img src="images/item2.jpg" WIDTH="137" HEIGHT="25" name="menu2" border="0"></a><br>
<img src="images/n1c1_line1_5.jpg" WIDTH="137" HEIGHT="18"><br></a>
<a href="index3.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.menu3','document.menu3','images/item9.jpg','#922141710796')"><img src="images/item3.jpg" WIDTH="137" HEIGHT="25" name="menu3" border="0"></a><br>
<img src="images/n1c1_line1_7.jpg" WIDTH="137" HEIGHT="17"><br>
<a href="index4.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.menu4','document.menu4','images/item10.jpg','#922141718859')" target="left_frame"><img src="images/item4.jpg" WIDTH="137" HEIGHT="25" name="menu4" border="0"></a><br>
<img src="images/n1c1_line1_9.jpg" WIDTH="137" HEIGHT="18"><br>
<a href="index5.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.menu5','document.menu5','images/item11.jpg','#922141727687')" target="left_frame"><img src="images/item5.jpg" WIDTH="137" HEIGHT="25" name="menu5" border="0"></a><br>
<img src="images/n1c1_line1_11.jpg" WIDTH="137" HEIGHT="18"><br>
<a href="Contact_Us.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.menu6','document.menu6','images/item12.jpg','#922141738781')" target="left_frame"><img src="images/item6.jpg" WIDTH="137" HEIGHT="25" name="menu6" border="0"></a><br>
<img src="images/n1c1_line1_13.jpg" WIDTH="137" HEIGHT="18"></td>
<td valign="top" align="left" width="463"></td>
Got it??
Suzanne
------------------
Zero Cattle
Suzanne
Tables DeMystified
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.