source: ether_visual/trunk/creation.html

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

ajout V3

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1<%@ page import="fr.acri.norm.*" %>
2
3<%@ page import="java.io.*" %>
4<%@ page import="java.util.*" %>
5<%@ page import="java.lang.*" %>
6<%
7
8%>
9<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
10<html>
11<head>
12<meta http-equiv="pragma" content="no-cache">
13<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
14<title>Visualisation V3</title>
15<link rel="stylesheet" href="etherTypo.css" type="text/css">
16<script language="Javascript">
17
18//<!--
19function lanceA() {
20parent.maine.document.thisForm.submit();
21
22return true;
23}
24
25function Newfen (URL,NAME,W,H) {
26  var wconf = 'scrollbars=yes,toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,width=' + W + ',height=' + H;
27  var w = window.open (URL, NAME, wconf);
28}
29//-->
30
31</script>
32</head>
33<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#DFF7FF">
34<div align="center">
35<input type=button onClick="lanceA()">
36<span style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #999999;">Graphic Creation</span>
37</div>
38</body>
39</html>
Note: See TracBrowser for help on using the repository browser.