Jump to content

King2k5

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by King2k5

  1. NVM.. turns out the frame filename has to be .php, not .html lol...
  2. 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?
  3. 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.
×
×
  • Create New...