source: trunk/xgraph/xgraph.php @ 42

Last change on this file since 42 was 42, checked in by marrucho, 10 years ago
File size: 295 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="8000, 100">
9      <FRAME src="xgraph_form.php">
10      <FRAME src="xgraph_affi.php">
11  </FRAMESET>
12 
13</HTML>
Note: See TracBrowser for help on using the repository browser.