CD-263Appendix F . Examples from Parts (Apache web server tutorial) III and

CD-263Appendix F . Examples from Parts III and IV The last statement in the example shows how to use the array syntax (brackets) to refer to a specific frame. All array indexes start with 0 for the first entry. Because the document asks for the name of the first frame (parent.frames[0]), the response is JustAKid1 for both frames. innerHeight innerWidth outerHeight outerWidth NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5 Compatibility Example In Listing 16-9, a number of buttons let you see the results of setting the innerHeight, innerWidth, outerHeight, and outerWidth properties. Listing 16-9: Setting Window Height and Width Window Sizer