Bonjour,

Je n'arrive pas � installer java avec nautilus et mozilla. Quelqu'un
pourrait il m'indiquer comment faire.j'ai install� jre1.3 et 1.2 (pour
konqueror).

D'autre part, sous avec mse sous windaub, j'avais utilis� un script java
r�cup�r� sur internet qui ne fonctionne plus sous les navigateurs linux
: Pourquoi ??

Il s'agit d'un script qui permet :

1) lorsque la souris passe sur une petite image de cr�er un bulle
d'information = Cliquez pour obtenir la fiche
2) lorsque l'on clique sur l'image, d'aller chercher une fiche avec des
informations bibliographiques qui apparaissent dans une autre fen�tre et
qui sont recherch�es dans fonctionjava.js

Il y a surement plus simple mais sous windobe avec IE ou netscape tout
fonctionnait parfaitement

Pour cela j'ai cr�� un fichier nomm� fichierjava.js avec divers
fonctions (j'ai joins le fichier en attach�)

Dans le fichier html, j'ai :
<head>
<script language="JavaScript" src="../../..fonctionjava.js"
type"text/javascript"></script></head>
et 
<IMG alt=""onclick="biblio("mart94");'onmouseout =hidetip()
onmouseover="showtip(this,event,'Cliquez pour obtenir la
fiche')"src="../../c3.jpg"style="HEIGHT:9px;WIDTH:8px"target="_self">










var biblio1
var biblio2

function showtip(current,e,text){
  if (document.all){
    document.all.tooltip.innerHTML='<marquee style="border:1px solid   
blue">'+text+'</marquee>'
    document.all.tooltip.style.pixelLeft=event.clientX + document.body.scrollLeft + -75
    document.all.tooltip.style.pixelTop=event.clientY + document.body.scrollTop + 20
    document.all.tooltip.style.visibility="visible"
  }
  else if (document.layers){
    document.tooltip.document.nstip.document.write('<b>'+text+'</b>')
    document.tooltip.document.nstip.document.close()
    document.tooltip.document.nstip.left=0
    currentscroll=setInterval("scrolltip()",100)
    document.tooltip.left=e.pageX + -75
    document.tooltip.top=e.pageY + 20
    document.tooltip.visibility="show"
  }
}

function hidetip(){
  if (document.all)
    document.all.tooltip.style.visibility="hidden"
  else if (document.layers){
    clearInterval(currentscroll)
    document.tooltip.visibility="hidden"
  }
}

function scrolltip(){
  if (document.tooltip.document.nstip.left >= 
  -document.tooltip.document.nstip.document.width)
    document.tooltip.document.nstip.left-=3 //vitesse pour NS
  else 
    document.tooltip.document.nstip.left=150
}


function biblio(bibliographie){
if (bibliographie == "adam98") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>ADAM KHATIR SAM, MUSTAFA M.O. AHAMED, EL KHANGI 
F.A., EL NIGUMI, HOLM E. (1998). </B>")
maFenetre.document.write("<P><LI>Radioactivity levels in the Red Sea coastal 
environment of Sudan. </P>")
maFenetre.document.write("<P><LI><I>Marine pollution bulletin, </I> 36, pp 19-26. 
</P>")
}
if (bibliographie == "agua98") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>AGUADO J.L., BOLIVAR J.P., GARCIA-TENORIO R., 
GARCIA-LEON M. (1998). </B>")
maFenetre.document.write("<P><LI>Behaviour and levels of natural radioactivity in 
sediments from the Odiel river.</P>")
maFenetre.document.write("<P><LI><I>Verhandlungen-Internationale Vereinigung f�r 
theoretische und angewandte</I>, 26, pp 893-895. </P>")
}
if (bibliographie == "ahma97") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>AHMAD N., MATIULLAH, KHATIBEH A.J.A.H., MA'LY A., 
KENAWY M.A. (1997). </B>")
maFenetre.document.write("<P><LI>Measurement of natural radioactivity in Jordanian 
sand. </P>")
maFenetre.document.write("<P><LI><I>Radiation measurements</I>, 28, pp 341-344. </P>")
}
if (bibliographie == "aiea85") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>AIEA (1985). </B>")
maFenetre.document.write("<P><LI>Hydrological dispersion of radioactive material in 
relation to nuclear power plant siting. </P>")
maFenetre.document.write("<P><LI><I>A safety guide, Safety series n�50-SG-S6. AIEA, 
VIENNE. </P>")
}
if (bibliographie == "alam97") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>ALAM M.N., CHOWDHURY M.I., KAMA M.L, GHOSE S., 
MAHMMOD N., MATIN A.K.M.A., SAIKAT S.Q. (1997). </B>")
maFenetre.document.write("<P><LI>Radioactivity in sediment of the Karnaphuli river 
estuary and the bay of Bengal. </P>")
maFenetre.document.write("<P><LI><I>Health Physics (1958) </I>, 73, pp 385-387. </P>")
}
if (bibliographie == "alca90") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>ALCAYDns le Sud-Ouest du bassin de Paris 
(Touraine et ses abords). </P>")
maFenetre.document.write("<P><LI><I>Th&#232;  se de 3&#232;  me cycle, Universit&#233; 
de Tours</I>, 304 p. </P>")
}
if (bibliographie == "maca91_2") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MACAIRE J.J. (1981). </B>")
maFenetre.document.write("<P><LI>Contribution &#224; l'&#233;tude g&#233;ologique et 
pal&#233;op&#233;dologique du Quaternaire dans le Sud-Ouest du bassin de Paris 
(Touraine et ses abords). </P>")
maFenetre.document.write("<P><LI><I>Th&#232;  se de doctorat d'&#233;tat, Sciences, 
Universit&#233; de Tours</I>, 450 p. </P>")
}
if (bibliographie == "maca83") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MACAIRE J.J. (1983). </B>")
maFenetre.document.write("<P><LI>Evolution du r&#233;seau hydrographique dans le 
Sud-Ouest du bassin de Paris pendant le Plioc&#232;  ne et le Quaternaire. </P>")
maFenetre.document.write("<P><LI><I>Bulletin de l'Association fran&#231;aise pour 
l'&#233;tude du Quaternaire</I>, 4, pp 183-195. </P>")
}
if (bibliographie == "maca85") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MACAIRE J.J. (1985). </B>")
maFenetre.document.write("<P><LI>Relations entre les alt&#233;rites form&#233;es sur 
les roches endog&#232;  nes du Massif Central fran&#231;ais et les &#233;pandages 
d&#233;tritiques p&#233;riph&#233;riques. </P>")
maFenetre.document.write("<P><LI><I>G&#233;ologie de la France</I>, 2, pp 201-212. 
</P>")
}
if (bibliographie == "maca86") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MACAIRE J.J. (1986). </B>")
maFenetre.document.write("<P><LI>Apport de l'alt&#233;ration superficielle &#224; la 
stratigraphie - exemple des formations alluviales et eoliennes plio-quaternaires de 
Touraine (France). </P>")
maFenetre.document.write("<P><LI><I>Bulletin de l'Association fran&#231;aise pour 
l'&#233;tude du Quaternaire</I>, pp 223-245. </P>")
}
if (bibliographie == "macd97") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MACDONALD W.G, ROZENDAAL A., DE MEIJER R.J. 
(1997). </B>")
maFenetre.document.write("<P><LI>Radiometric characteristics of heavy mineral depostis 
along the west coast of South Africa. </P>")
maFenetre.document.write("<P><LI><I>Mineralia Deposita</I>, Vol.32, 371-381 pp. </P>")
}
if (bibliographie == "mani82") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MANICKAM S. (1982). </B>")
maFenetre.document.write("<P><LI>Etude hydrologique et s&#233;dimentologique de la 
zone de transition entre la Loire fluviale et l'estuaire. </P>")
maFenetre.document.write("<P><LI><I>Th&#232;  se de doctorat, Univ. de Nantes</I>, 281 
p. </P>")
}
if (bibliographie == "mart94") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MARTINEZ-AGUIRRE A., GARCIA-LEON M. (1994). </B>")
maFenetre.document.write("<P><LI>Natural radioactivity in the Guadalquivir river at 
the South of Spain. </P>")
maFenetre.document.write("<P><LI><I>Journal of radioanalytical and nuclear 
chemistry</I>, pp 337-350. </P>")
}
if (bibliographie == "marx88") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MARXEN J (1988). </B>")
maFenetre.document.write("<P><LI>Evalutation of the importance of bacteria in the 
carbon flow of a small open grassland stream, the Breitenbach. </P>")
maFenetre.document.write("<P><LI><I>Arch. Hydrobiol. </I>, 111, pp 339-350. </P>")
}
if (bibliographie == "mean78") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MEANS J., CRERAR D. (1978). </B>")
maFenetre.document.write("<P><LI>Migration of radioactive waste : radionuclide 
mobilization by complexing agents. </P>")
maFenetre.document.write("<P><LI><I>Science</I>, 200, 30, pp 1477-1481. </P>")
}
if (bibliographie == "meis98") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MEIS C. , GALE J. D. (1998). </B>")
maFenetre.document.write("<P><LI>Computational study of tetravalent uranium and 
plutonium lattice diffusionin zircon . </P>")
maFenetre.document.write("<P><LI><I>Materials science & engineering. B, Solid-state 
materials for advanced technology. </I> ,57, 1, pp 52-61. </P>")
}
if (bibliographie == "mell92") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MELLOUL A., COLLIN M. (1992). </B>")
maFenetre.document.write("<P><LI>The principal components statistical method as a 
complementary approach to geochemical methods in water quality factor identification ; 
application to the Coastal Plain aquifer of Israel. </P>")
maFenetre.document.write("<P><LI><I>Journal of hydrology</I>, 140, pp 49-73. </P>")
}
if (bibliographie == "meye91") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MEYER R., ARNOLD W., CASE F., O'KELLY G. (1991). 
</B>")
maFenetre.document.write("<P><LI>Solubilities of Tc (IV) oxides. </P>")
maFenetre.document.write("<P><LI>55, pp 11-18. </P>")
}
if (bibliographie == "mill64") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MILLOT G. (1964). </B>")
maFenetre.document.write("<P><LI>La g&#233;ologie des argiles. </P>")
maFenetre.document.write("<P><LI><I>Masson et Cie &#233;d., Paris</I>, 449 p. </P>")
}
if (bibliographie == "mill99") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MILOS R. (1999). </B>")
maFenetre.document.write("<P><LI>Radioelement distribution and heat production of 
two-mica Monzogranites from the Klenov massif (Moldanubian Batholith of the Bohemian 
massif). </P>")
maFenetre.document.write("<P><LI><I>Cambridge Publication</I>, 851 p. </P>")
}
if (bibliographie == "mins83") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MINSHALL G.W., PETERSEN R.C., CUMMINS K.W., BOTT 
T.L., SEDELL J.R., VANNOTE R. L. (1983). </B>")
maFenetre.document.write("<P><LI>Interbiome comarison of stream ecosystem theory. 
</P>")
maFenetre.document.write("<P><LI><I>Can. J. Fish. Aqua. Sci. </I>, 42, pp 1045-1055. 
</P>")
}
if (bibliographie == "mono90") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MONOMISHIMA N., TAKASHIMA Y., OKAI T. (1990). 
</B>")
maFenetre.document.write("<P><LI>Tritium in the environment. </P>")
maFenetre.document.write("<P><LI><I>Fourth International Seminar for Liquid 
Scintillation Analysis</I>, pp 108-125. </P>")
}
if (bibliographie == "moro88") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MORON M.C., MARTINEZ-AGUIRRE A., GARCIA-LEON M. 
(1988).  </B>")
maFenetre.document.write("<P><LI><I>In : International conference on Environmental 
Radioactivity in the Mediterranean Area, SNS-ENS, Barcelona, Spain. </I> </P>")
}
if (bibliographie == "moul91") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>MOULIN V., BILLON A., THEYSSIER M., DELLIS T. 
(1991). </B>")
maFenetre.document.write("<P><LI>Study of the interactions between organic matter and 
transuranic elements. </P>")
maFenetre.document.write("<P><LI><I>Fianl report, Nuclear Science and Technology EUR 
13651 EN, Commission of the European Communities (CEC). </I> </P>")
}
if (bibliographie == "naim87") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>NAIMAN R.J., MELILLO J.M.,LOCK M.A., FORD T.E., 
REICE S.R. (1987). </B>")
maFenetre.document.write("<P><LI>Longitudinal patterns of ecosystem processes and 
community structure in a subarctic river continuum. </P>")
maFenetre.document.write("<P><LI><I>Ecology, 68, 5</I>, pp 1139-1156. </P>")
}
if (bibliographie == "nash80") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>NASH K., CHOPPIN G. (1980). </B>")
maFenetre.document.write("<P><LI>Interaction of humic and fulvic acids th(iv). </P>")
maFenetre.document.write("<P><LI><I>J. inorg. nucl. Chem.</I>, 42, pp 1045-1050. </P>")
}
if (bibliographie == "nour97") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>NOUREDDINE A., BAGGOURA B. (1997). </B>")
maFenetre.document.write("<P><LI>Plutonium isotopes, 137Cs, 90 Sr and natural 
radioactivity radioactivity in marine sediments from Ghazaouet (Algeria). </P>")
maFenetre.document.write("<P><LI><I>Journal of environmental radioactivity</I>, 34, pp 
127-138. </P>")
}
if (bibliographie == "oldf93") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>OLDFIELD F., RICHARDSON N., APPLEBY P.G., YU L. 
(1993). </B>")
maFenetre.document.write("<P><LI>(241) Am and (137) Cs activity in fine grained 
saltmarsh sediment from parts of the N.E. Irish Sea Shoreline. </P>")
maFenetre.document.write("<P><LI><I>Journal of environmental radioactivity</I>, pp 
1-24. </P>")
}
if (bibliographie == "onis81") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>ONISHI Y., SERNE R.J., ARNOLD E.M., COWAN C.E., 
THOMPSON F.L. (1981). </B>")
maFenetre.document.write("<P><LI>Critical review radionuclide transport, sediment 
transport, and water quality mathematical modeling and radionuclide 
adsorption/desorption mechanisms (NUREG/CR 1322, PNL 2901). </P>")
maFenetre.document.write("<P><LI><I>Pacific Northwest Laboratory, Richland. </I> </P>")
}
if (bibliographie == "otsu74") { maFenetre=window.open('','maFenetre','toolbar=no, 
location=no, directories=no, status=no, 
menubar=no,scrollbars=yes,resizabe=no,width=800,height=150');
maFenetre.document.write("<UL><LI><B>OTSUKI A., WETZEL R.G. (1974). </B>")
maF

Répondre à