toutes mes escuses
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "http://www.w3.org/TR/REC-html40/frameset.dtd"> <head> <TITLE>nav</TITLE> <html> </HEAD> <FRAME FRAMEBORDER=no BORDER=0 SCROLLING="no" > <meta name="description" CONTENT=""> <META HTTP-EQUIV="IMAGETOOLBAR"CONTENT="no" > <META NAME="keywords" CONTENT=""> <!-- DEBUT DU SCRIPT --><SCRIPT LANGUAGE="JavaScript"> public class test extends JFrame{ public test(){ setSize(100,100); setLocationRelativeTo(this); } } </script> <!-- DEBUT DU SCRIPT --><SCRIPT LANGUAGE="JavaScript"> function yaunclick() { alert('reproduction interdite'); }function noclick(scx) { if (navigator.appName == "Netscape" && scx.which == 3) { yaunclick(); return false; } if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { yaunclick(); return false; } }document.onmousedown = noclick</SCRIPT> <!-- FIN DU SCRIPT --> <script language="JavaScript1.2"> function refresh() { document.location.reload(); return false; } document.oncontextmenu = refresh; </script> <script type="text/javascript"> <!-- function removeelements(){ var remove_el=document.all.remove if (remove_el!='' && remove_el.length==null){ remove_el.style.display='none' }else{ for (i=0;i<remove_el.length;i++){ remove_el[i].style.display='none'; } } document.bgColor="white"; document.body.style.background=''; } function revertback(){ setTimeout("window.location.reload()",50); } window.onbeforeprint=removeelements; window.onafterprint=revertback; // --> </script> <style type="text/css"> body { width:69% background: #FFFFFF; color: #000000; font-family: Verdana; } </style> <FRAMESET COLS="37%,62%" FRAMEBORDER=no BORDER=0 SCROLLING="yes" NORESIZE align="center"> <FRAME align="center" SRC="gauche.htm"NAME="gauche"> <FRAME align="center" SRC="droite.htm"NAME="droite"> </FRAMESET> </body> </html>
Partager