PHP Classes

File: page1.php

Recommend this page to a friend!
  Classes of Peter Klauer   rollover2   page1.php   Download  
File: page1.php
Role: Example script
Content type: text/plain
Description: example 2 page 1 sub file
Class: rollover2
Generate javascript rollover buttons
Author: By
Last change:
Date: 21 years ago
Size: 498 bytes
 

Contents

Class file image Download
<?php
include 'rollover2.php'; // rollover
include 'inc_ex2.php'; // example include file
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Rollover example</title>
<?php $ro->preload(); ?>
</head>
<body bgcolor=white>
<?php startmenu_table(); ?>
<h1>Example 2 - Page 1</h1>
This example uses the 3rd image state to show that the desired page is reached.<br>
Works with the first three buttons.
<?php stopmenu_table(); ?>

</body>
</html>