Load HTML frames in a specific order without back button problems? -


i have web page uses frameset.

due scripting , object dependencies, need load frames in specific order.

i have used example template: the javascript source: navigation: frames load order

this loads empty page in place of page need load last, replaces correct page after first page has loaded.

however: need use browser button. if run sample @ above link, let both frames load, click button, top frame reverts temporary blank page. necessary click button again navigate page before frameset.

is there way force frames load in specific order without button behavior - or way force button skip empty page?

this needs work internet explorer 6 , 7 , preferably firefox 3 well.

you mention quite lot in post...

this legacy system. frameset required.

if working on legacy system, think time accepted how framesets behave in terms of browser's button. if legacy system, don't need fix behaviour. if not legacy system , need fix problem, need away using frameset. framesets deprecated html standards , shouldn't used.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -