| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 
 |  
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
</head>
<body>
 
<p style="width: 500px;font-size: 25px; font-weight: bold; color: #FF0000; text-align: center">
 TEST DE L'APPLET (balise object)
 <div>
 	<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" 
		codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_0-win.cab#version=1,4,0,0" 
		style="width: 500px; height: 200px">
		<param name="code" value="main/Main">
		<param name="archive" value="APPLET.jar, Java/Mysql/Mysql.jar, config.jar">
 
	</object>
 </div>
</p>
 
</body>
</html> | 
Partager