PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of Carlos Falo Hervás   DHTML TreeMenu   test.php   Download  
File: test.php
Role: Example script
Content type: text/plain
Description: Test script
Class: DHTML TreeMenu
Crossbrowser dhtml TreeMenu based on XML data
Author: By
Last change:
Date: 21 years ago
Size: 435 bytes
 

Contents

Class file image Download
<?PHP
   
require ("TreeMenu.class.php") ;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
    <title>Testing the TreeMenu</title>
    <style type="text/css">
    .menutxt {
      font-family: Arial ;
        font-size: 0.7 em ;
        color: #000000 ;
        text-decoration: none ;
        }
    </style>
<?PHP // Generate the menu...
   
$menu->Generate() ;
?>
</head>
<body>
<? $menu->PrintMenu() ; ?>
</body>
</html>