The following screen shot shows an example where we're using nested inline frames:
http://www.radile.com/rdweb/temp/seating.pdf
The application is part of a comprehensive Student Information System, which shows a list of students enrolled in a class. The idea is make classroom seating assignments by clicking a seat location - then selecting a student from a popup list.
Inline frames are nested as follows:
1. Enrolled Students Popup - within -
2. Seating Assignments - within -
3. Seating Sections - within -
4. Class (Algebra 2) - within -
5. Teacher's Gradebook (Kendall Andelin) - within -
6. Fiscal Year & Term - within -
7. School (Goblin High School) - within -
8. District (Halloween Alley) - within -
9. Work Area (Student Information) - within -
10. OnePoint Portal
Nested inline frames reflect hierarchical relationships between database tables and portal work areas. The cool thing about nesting the frames is that users can drill down & navigate back up the hierarchy with a single click, while the frame preserves the state of the content therein. Unfortunately we seem to have reached a limit with Firefox.
Any suggestions? Or is this concept just too rare in Web applications?
-Nathan.
----- Original Message ----
From: Nathan Andelin <nandelin@xxxxxxxxx>
To: Web Enabling the AS400 / iSeries <web400@xxxxxxxxxxxx>
Sent: Thu, February 18, 2010 4:03:09 PM
Subject: [WEB400] Nested Inline Frames
It appears to me that Mozilla Firefox has a limit of ten nested inline frames before the following error occurs:
Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIDOMHTMLIFrameElement.src]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame ::...
Here's an example:
http://www.radile.com/rdweb/temp/mf0.html
I haven't run into a limit yet with IE, Safari, or Chrome. But Firefox evidently has a limit to nested inline frames.
Hmmm :-(
-Nathan.
As an Amazon Associate we earn from qualifying purchases.