Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

navigation not working properly

  • 1 përgjigje
  • 3 e kanë hasur këtë problem
  • 12 parje
  • Përgjigjja më e re nga cor-el

more options

Firefox has difficulty navigating nested frame sets. I posted this problem in detail several days ago but have not received your response. Initial Frame set is overridden. Its suppose to place secondary frameset within the splash screen frame of the first. Result is that Navigation menus are lost. Please respond. This is a critical problem for me. Thank you

URL of affected sites

http://www.johncregar.com

User Agent

Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16

Firefox has difficulty navigating nested frame sets. I posted this problem in detail several days ago but have not received your response. Initial Frame set is overridden. Its suppose to place secondary frameset within the splash screen frame of the first. Result is that Navigation menus are lost. Please respond. This is a critical problem for me. Thank you == URL of affected sites == http://www.johncregar.com == User Agent == Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16

Krejt Përgjigjet (1)

more options

See http://www.w3.org/TR/REC-html40/present/frames.html#h-16.3

You need to specify the name of the frame and not the id <frameset rows="*" cols="186,1454" frameborder="no">

 <frame src="Menu-Port.html" frameborder="no" scrolling="auto" noresize="noresize" name="Menu Bar" />
 <frame src="SPLASH.html" frameborder="no" scrolling="auto" name="MAIN" />

</frameset> (/forum/1/738929)