HTML
  Home arrow HTML arrow Page 2 - Completing a Tree with Active Client Pages
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
HTML

Completing a Tree with Active Client Pages
By: Chrysanthus Forcha
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 2
    2009-08-20

    Table of Contents:
  • Completing a Tree with Active Client Pages
  • The Code
  • Description of the First Page's Code
  • The JavaScript

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Completing a Tree with Active Client Pages - The Code


    (Page 2 of 4 )

    The Master Page

    To save time and space, I will describe only what goes on in the master page. The master page is the treeACP.htm HTML file. What goes on in the other pages is similar. If you understand Perl you will not have any problem understanding the code of the other files, each of which sends a page string to the browser. This is the skeleton of the master page:


    <html>

    <head>

    </head>

    <body>


    <!- - visible HTML first page elements - - >

     

    <script type="text/javascript">

    //content of furniture window

    var furnitureStr = "";


    function ajaxFurn()

    {

    //statements to download the furniture window of general description

    }


    ajaxFurn();



    //content of shoes window

    var shoesStr = "";


    function ajaxShoes()

    {

    //statements to download the shoes window of general description

    }


    ajaxShoes();



    //content of bags window

    var bagsStr = "";


    function ajaxBags()

    {

    //statements to download the bags window of general description

    }


    ajaxBags();



    function furnitureFn()

    {//to open furniture window of general description

    }


    function shoesFn()

    {//to open Shoes window of general description

    }


    function bagsFn()

    {//to open bags window of general description

    }

    </script>


    </body>

    </html>


    More HTML Articles
    More By Chrysanthus Forcha


     

    HTML ARTICLES

    - Hello HTML 5, Goodbye Gears
    - Comparing Browser Response to Active Client ...
    - Testing Browser Response to Active Client Pa...
    - Active Client Pages: Completing the Code for...
    - ACP and Browsers: Setting up an Example
    - How Browsers Respond to Active Client Pages
    - Completing a Tree with Active Client Pages
    - HTML Form Verification and ACP
    - Building an ACP Tree
    - Completing an ACP 3D HTML Table Image Gallery
    - Building an ACP 3D HTML Table Image Gallery
    - A Multiple Page Image Gallery with Active Cl...
    - Building an Image Gallery with Active Client...
    - Concluding a Menu for All Browsers
    - A Vertical Menu for All Browsers







    © 2003-2010 by Developer Shed. All rights reserved. DS Cluster 12 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek