Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


Navigation frame issues



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> HTML Forum
View previous topic :: View next topic  
Author Message
fnnrdv



Joined: 30 Apr 2008
Posts: 2

PostPosted: Wed Apr 30, 2008 1:49 am    Post subject: Navigation frame issues Reply with quote

hello, I am trying to make a navigation frame, the one i have works fine right now, but i decided i wanted to make a link to take the user back to the original page, and when i click this link it takes me back to the original but then also has another frame, so i end up with 2 navigation frames on the same page, anyone know what i'm doing wrong.

here is a couple peices of code.

Code:

<html>
<frameset cols="120,*">

<frame src="frame.html">
<frame src="frame2.html"
name="showframe">

</frameset>



</html>


Code:

<p>
<a href="index1.html" target="showframe"><font size="4" color="#000000">  Index  </font></a>
</p>


the first one is the one calling the frame pages, and the second is the link i'm having problems with.
Back to top
View user's profile Send private message
rangana
250+ Club


Joined: 27 Feb 2008
Posts: 438
Location: Cebu City Philippines

PostPosted: Wed Apr 30, 2008 2:16 am    Post subject: Re: Navigation frame issues Reply with quote

target="showframe" links to the frame having name of showframe Wink

...If you want to act is as normal link, change the target to _parent Smile
Back to top
View user's profile Send private message Yahoo Messenger
fnnrdv



Joined: 30 Apr 2008
Posts: 2

PostPosted: Wed Apr 30, 2008 3:02 am    Post subject: Re: Navigation frame issues Reply with quote

it turned out that the link was linked to the main page when it should have been linked souly to the page that is labeled as index, it ended up just being the wrong file.

so its fixed now
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> HTML Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap