source: trunk/xgraph/index-copie.php@ 45

Last change on this file since 45 was 42, checked in by marrucho, 11 years ago
File size: 282 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
2 "http://www.w3.org/TR/html4/frameset.dtd">
3<HTML>
4<HEAD>
5<TITLE>A simple frameset document</TITLE>
6</HEAD>
7
8 <FRAMESET rows="800, 100">
9 <FRAME src="xfweb.php">
10 <FRAME src="graph.php">
11 </FRAMESET>
12
13</HTML>
Note: See TracBrowser for help on using the repository browser.