I have a window that has a list of links for the user to select. Once they select the link, it does it's processing and loads up in the same window two frames. Is there a way to control which frame loads first?
i suppose you could put an onLoad event in the page you want to load first...
say you want pageA.html to load into frame1 and then pageB.html into frame2 afterwards, you could put something like onLoad="top.frame2.location.href='pageB.html';" into the <body> tag of pageA.html
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.