Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics 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
 
Old July 16th, 2007, 05:57 AM
Registered User
 
Join Date: Jul 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to access frame in nested frameset

How to access frame that highlight in red of frameset in other frameset ? Like below,
document.write('<frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">');
        document.write('<frame src="header.html" name="header" scrolling="NO" noresize >');
            document.write('<frameset rows="*,66" frameborder="NO" border="0" framespacing="0">');
            document.write('<frameset name = "mainContent" cols="240,*" framespacing="0" frameborder="no" noresize="">');
                document.write('<frame src="navigation.html" name="nav" id="nav" scrolling="Auto" noresize>');
                document.write('<frame src="'+subpage+'" name="content" id="content" scrolling="Auto" noresize style="border:1px solid #cccccc;">');
            document.write('<\/frameset>');
            document.write('<frame name="footer" src="footer.html" scrolling="NO" noresize>');
        document.write('<\/frameset>');
    document.write('<\/frameset>');





Similar Threads
Thread Thread Starter Forum Replies Last Post
Access nested collection with unique Key jani Excel VBA 0 May 21st, 2008 04:02 PM
How to set one frame src from other frame akumarp2p ASP.NET 1.x and 2.0 Application Design 2 March 13th, 2007 04:13 AM
parsing form data from frame to other frame audio-catalyst Classic ASP Basics 5 January 3rd, 2006 02:57 PM
Call right frame Page_Load event from left frame. ochanarachel Classic ASP Basics 0 January 28th, 2005 05:13 AM
javascript access elements of frame with dynamic . PassionForJavaJ2EE Javascript How-To 1 December 7th, 2004 11:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.