source: ether_visual/trunk/titre2.html @ 678

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

ajout V3

  • Property svn:executable set to *
File size: 754 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>Titre Visualisation V3</title>
7<link rel="stylesheet" href="ether.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">
19<form>
20<div align="center" class="titreN2">User information</div>
21</form>
22</body>
23</html>
24
Note: See TracBrowser for help on using the repository browser.