Bonjour

Je voudrais intégrer dans ma page, un script qui mette un message durant le chargement de ma page.
J'en ai donc trouvé plusieurs qui semblent marcher sur d'autres sites, mais je n'arrive pas à les intégrer dans le code source actuel de ma page.

Pourriez-vous m'aider, merci



PS: Voici mon code source:

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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
 
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
 
<meta name="generator" Content="IziSpot 4.10 (www.izispot.com)">
<meta http-equiv="Content-Type" content="text/html; charset="iso-8859-1">
 
 
 
 
<!-----------les plugin----------------------->
 
<script language="JavaScript" src="menu_003.js"></script>
<script language="JavaScript" src="language_004.js"></script>
<script language="JavaScript" src="Ajax_005.js"></script>
 
<!-----------les plugin----------------------->
 
 
<style type="text/css">
<!--
 
td {color:#000000;font-family:Arial;font-size:9pt;text-decoration:none;}
a:link {color:#000000;font-family:Arial;font-size:9pt;text-decoration:none;}
a:visited {color:#000000;font-family:Arial;font-size:9pt;text-decoration:none;}
a:active {color:#000000;font-family:Arial;font-size:9pt;text-decoration:none;}
a:hover {color:#000000;font-family:Arial;font-size:9pt;text-decoration:none;}
body {background-color:#FFFFFF;background-image: url();}
.champ {color: #000000;font-family:Arial;font-size:9pt;text-decoration:none;;background-color: #FFFFFF;border: 1px solid #000000;}
Lcourant{100%}
Edition{color:#000000;background-color:#FFFFFF;font-family:Arial;font-size:9pt;text-decoration:none;}                          
 
-->
</style>
 
 
 
<script language="JavaScript">
<!--
function OpenWindow(URL,nom_win,parametres,largeur,hauteur)
{
var gauche = (screen.width - largeur)/2;
var haut =  (screen.height - hauteur)/2;
if (screen.width - largeur<1) {gauche=0}
if (screen.height - hauteur<1) {hauteur=0}
if (hauteur!="" || largeur!="") {parametres=parametres+',left='+gauche+',top='+haut}
try
	{w.close()}
catch (ex)
	{
	}
w=window.open(URL,nom_win,parametres);  
}
 
function JumpMenu(cible,selectObj,restore)
{ 
eval(cible+".location='"+selectObj.options[selectObj.selectedIndex].value+"'");
if (restore){selectObj.selectedIndex=0};
}
 
init_menu()
 
//-->
 
 
 
 
 
</script>
 
 
<script language="javascript">
var tab=new Array();
var timer_menu_fade=5;
var largeur_menu="150";
var taille_ligne_tableau=25;
var couleur_de_fond="#FCFCF9";
var couleur_de_rollover="#C1D2EE";
</script><!--ACTUA44||||||||||||||||||||||||||||||||||||||||||||-->
 
 
</head>
<body onmousemove='sourie_ie();'  onload=' initialise_traduction();'>
 
 
<div id='obj_1589' style='position:absolute; left:0px; top:0px; width:985px; height:200px; z-index:230; overflow:visible;'>
 
<IFRAME name=informations src="http://astrodynamics.free.fr/accueiltexte/" ;align=" middle"  ; scrolling=no width="100%" height="609" frameborder="0"></iframe>    
 
 
 
</div>
<div id='obj_1590' style='position:absolute; left:727px; top:580px; width:200px; height:24px; z-index:239; overflow:visible;'>
<center>
<object type="application/x-shockwave-flash" data="xspf_player_slim.swf?&song_title= 5th place.mp3 &autoplay=true&repeat=true&song_url=5th place.mp3 &" width="230" height="17">
<param name="movie" value="xspf_player_slim.swf? &song_title= 5th place.mp3
&autoplay=true&repeat=true&song_url=5th place.mp3&"/>
<img src="noflash_007.htm" width="230" height="17" alt="" />
</object>
</center>
 
</div>
<div id='obj_1591' style='position:absolute; left:530px; top:-32px; width:430px; height:235px; z-index:236'><img src='image_002.jpg' width='430' height='235' border='0'></div>
<script language="javascript">
 
</script>
 
 
 
 
 
</body>
</html>