You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hello
i have very wired bug , i have very nested frameset now im trying to reload only one frame to get this frame to reload i do it by getting
the name of the frame like this:
top.frame1.frame2.frame3.frame4.frame5.location.re place(someURLWithParms);
now sometimes it reloads the frames but say after 2 or 3 reloads i get page crash (not explorer crash).
the error says that (top.frame1.frame2) is not an object .. its seams like it don't get the object frame like it loose the DOM objects .
what can be the problem?
the problem is only encores on XP .
thanks
Are all URL's in the same domain? My first thoughts would be you're just straining the browser too much but if it only happens on XP it seems odd. Are you sure it's an XP issue not just the machine?