source: ether_visual/trunk/creation1.html @ 396

Last change on this file since 396 was 17, checked in by cbipsl, 18 years ago

ajout V3

  • Property svn:executable set to *
File size: 830 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3  <head>
4    <meta http-equiv="pragma" content="no-cache">
5    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6    <title>Visualisation V3</title>
7    <link rel="stylesheet" href="etherTypo.css" type="text/css">
8        <script language="Javascript">
9        //<!--
10function Newfen (URL,NAME,W,H)
11{
12  var wconf = 'scrollbars=yes,toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,width=' + W + ',height=' + H;
13  var w = window.open (URL, NAME, wconf);
14}
15        //-->
16        </script>       
17  </head>
18  <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#DFF7FF">
19<div align="center">
20<a href="" class="lieb">Graphic Creation</a>
21</div>
22  </body>
23</html>
Note: See TracBrowser for help on using the repository browser.