Jump to content

Wierd Frame 'bug'? help...


King2k5

Recommended Posts

Ok, so when you have a frame, and you hit refresh, it should go to the pages that are in the frame script right? Mine doesnt...Here is my frame script:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Dark Visions</title></head><frameset cols="*,200">    <frameset rows="60,*">        <frame name="menupane" src="http://darkvisions.net/links.php" scrolling="no">        <frameset cols="200,*">            <frame name="charpane" src="http://darkvisions.net/charpane.php">            <frame name="mainpane" src="http://darkvisions.net/main.php">        </frameset>    </frameset>    <frame name="news" src="http://darkvisions.net/news.php"></frameset></html><noframes><body></body></noframes></html>

Now, whatever page im on, and i hit refresh, it will go to the page i refreshed from, not to main.php... this is causing a lot of bugs on my site... Thanks for your help.

Link to comment
Share on other sites

I know in Firefox, it depends a bit on where the mouse pointer is. If the pointer is in the left frame, and you press F5, it will refresh the left frame. Same applies for any other frame. This also applies to the Directional Arrors and the Page Up and Page Down buttons.

Link to comment
Share on other sites

But... if i go onto another game that is framed, in Firefox, i refresh, and it takes me to the same page, no matter what page im currently on... it SHOULD do that because it refreshes what is in the address bar... which is the frame script.. so shouldnt it always refresh to the same pages?

Link to comment
Share on other sites

When you refresh a frame, it generally refreshes the frameset (not the individual frames), and reloads whatever frames it started with. With several modern browsers you can right-click on a specific frame and reload just that frame.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...