Blame view

site/jpgraph/src/barcode/demoapp/index.html 301 Bytes
d72ac078   Guillaume   Ajout graphe V1.1
1
2
3
4
5
6
7
8
9
10
  <!doctype html public "-//W3C//DTD HTML 4.0 Frameset//EN">
  <HTML><HEAD>
  <LINK REL=STYLESHEET TYPE="text/css" HREF="de_normal.css">
  <title>Barcode SYSTEMTEST</title>
  </head>
  <frameset cols="280,*">
  <frame src=barcode_menu.php name=menu>;
  <frame  src=barcode_image.php name=barcode>
  </frameset>
  </html>