Forum de discussion
Forum « Programmation Javascript » (archives)
probleme pop up netscape ,IE en java
Envoyé: 31 décembre 2004, 9h42 par petitom
Voici mon soucis
je viens de mettre un nouveau site en ligne , http://handballmesnil.free.fr
dans ce site g utilisé une animation flash ds l'aquelle j'ai integré du javascript afin d'ouvrir les différent resultats de match "rubrique championnats"sous forme de pop up.
mon rpobleme est que sous ie 6 tt marche sans probleme et que sous netscape les pop up ne s'ouvre pas ,de + sous ie tt les calque sont idéalement placés alors que sous netscape ils se décalent:o(.
pouvez vous m'aidez a résoudre ce probleme svp?
je vous met les codes >
DANS LES "HEAD" POUR LES LA FONCTION JAVA></SCRIPT><script language="JavaScript">
function MM_openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}</script>
DANS LES ACTIONS DE BOUTONS FLASH POUR POP UP>
on (release) {
getURL("javascript:MM_openBrWindow('match-13.htm','nomfenetre','width=800,\r\n\r\nheight=250,status=no,scrollbars=yes,resizable=no,titlebar=no')");
}
CODE SOURCES DU SITE>
<html>
<head>
</SCRIPT><script language="JavaScript">
function MM_openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}</script>
<title>frame basse index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background="fond%20de%20page%20bleu%201000.jpg">
<div id="Layer1" style="position:absolute; left:35px; top:84px; width:673px; height:490px; z-index:1">
<div align="center">
<p align="center"><font color="#9999FF">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="707" height="32">
<param name="movie" value="bienvenue%20csmm%20en%20swish.swf">
<param name="quality" value="high"><param name="BGCOLOR" value="#9999FF">
<embed src="bienvenue%20csmm%20en%20swish.swf" width="707" height="32" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#9999FF"></embed>
</object>
.
.</font> </p>
<p align="center"><font color="#9999FF">.......</font> </p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="720" height="700">
<param name="movie" value="barre%20et%20text%20csmm.swf">
<param name="quality" value="high">
<embed src="barre%20et%20text%20csmm.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="720" height="700"></embed>
</object>
</p>
<p> </p>
</div>
</div>
<div id="Layer3" style="position:absolute; left:252px; top:123px; width:184px; height:65px; z-index:3"><img src="logos/logo_hand.gif" width="278" height="64"></div>
<div id="Layer2" style="position:absolute; left:34px; top:36px; width:716px; height:21px; z-index:4">
<p align="center"><font color="#9999ff"><a href="page%20photos.htm"><img src="bouton%20eau%20photos.jpg" alt="Photos d'avant matchs" width="70" height="21" border="0"></a> <a href="page%20contacts.htm"><img src="bouton%20eau%20contacts.jpg" alt="Contacter le webmaster,le dirigeant,etc..." width="70" height="21" border="0"></a><font color="#99CCFF"> </font><a href="page%20sponsor.htm"><img src="bouton%20eau%20sponsor.jpg" alt="Site du sponsor" width="70" height="21" border="0"></a></font> <font color="#9999ff"> <font color="#99CCFF"> </font> </font></p>
</div>
<p align="left"><font color="#3333CC">....</font><img src="fd%20transparent.jpg" width="737" height="995"></p>
<p align="center"><font color="#000000" size="3">©</font><font color="#000000" size="2"><em><font face="Georgia, Times New Roman, Times, serif"> <font size="3">2004</font> CSM
- La propriété intellectuelle est un
droit. Merci de ne pas emprunter ou reproduire </font> <font face="Georgia, Times New Roman, Times, serif">le
contenu de ce site.</font></em></font></p>
<p align="center"><em><img src="logos/TITRE%20CSMM%20copie.jpg" width="114" height="43"></em></p>
</body>
</html>
voila j'éspère que vous pouurrez m'aider
ps: les effets de fusion de page marche sous ie ms pas sous netscape erf.
Réponses
|