bonjour,
pour mieux conprendre je joins mon code.
Donc 1)la zone reactive( de l'image A ) doit ouvrir le menu deroulant nommer 19e N(il y aura un menu deroulant par arrond )
2)Toutes les lignes du menu 19e N ouvirirons l'image 19e N( image B ), et chaque ligne ouvrira une image ( image c,d,e,f )qui ce positionnera sur l'images 19eN ( image B )
encore un grand merci pour l'aide
3dagard
<html>
<head>
<title>ESSAI</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function doClear(theText)
{
if (theText.value == theText.defaultValue)
{
theText.value = ""
}
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<script language="JavaScript">
function ChangeUrl(formulaire)
{
if (formulaire.ListeUrl9N.selectedIndex != 0)
{
location.href = formulaire.ListeUrl.options[formulaire.ListeUrl9N.selectedIndex].value;
}
else
{
alert('Veuillez choisir une adresse.');
}
}
</script>
<style type="text/css">
<!--
.Style1 {
color: #FFFFFF;
font-weight: bold;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF">
<div id="Layer1" style="position:absolute; left:533px; top:65px; width:355px; height:260px; z-index:1">
<FORM>
<SELECT NAME="ListeUrl" SIZE=15 onChange="ChangeUrl(this.form)">
<OPTION SELECTED VALUE="">--Selectionnez une adresse dans le 19e arrond N--
<OPTION VALUE=> rue de Crimee
<OPTION VALUE=> rue petit
<OPTION VALUE=> Av Jean Jaures
<OPTION VALUE=> quai de la Loire
</SELECT>
</FORM>
</div>
<table width="740" height="15" border="0" align="center" cellpadding="0" cellspacing="0" class="tables_shadows_border_middle">
<tr>
<td width="10" class="menu_list_small"> </td>
<td width="726" class="menu_list_small"> </td>
</tr>
</table>
<table width="740" height="15" border="0" align="center" cellpadding="0" cellspacing="0" class="tables_shadows_border_middle">
<tr>
<td width="10"> </td>
<td width="351" bgcolor="#336699"><p align="center"><strong><font color="#FFFFFF">PARIS </font></strong></p>
<td width="10" bgcolor="#336699" class="menu_list_small"><span class="menu_list_small"><font color="#FFFFFF"></font></span></td>
<td width="10"> </td>
<td width="354" bgcolor="#336699"><p align="center"><strong><font color="#FFFFFF">LISTE </font></strong></p>
</td>
<td width="11"> </td>
</tr>
</table>
<table width="740" height="10" border="0" align="center" cellpadding="0" cellspacing="0" class="tables_shadows_border_middle">
<tr>
<td width="10"> </td>
</tr>
</table>
<table width="740" height="100" border="0" align="center" cellpadding="0" cellspacing="0" class="tables_shadows_border_middle">
<tr>
<td width="10"> </td>
<td width="354"><img src="visite%20appart/plan-paris.jpg" alt="plan-cartographie" name="plan" width="325" height="262" border="0" usemap="#plan-map" id="plan-map"></td>
<td width="10"><span class="menu_list"></span> </td>
</td>
<td width="11"> </td>
</tr>
</table>
<table width="740" height="10" border="0" align="center" cellpadding="0" cellspacing="0" class="tables_shadows_border_middle">
<tr>
<td width="10"> </td>
</tr>
</table>
<table width="740" border="0" align="center" cellpadding="0" cellspacing="0" class="tables_shadows_border_middle">
<tr>
<td width="10"> </td>
<td width="354" bgcolor="#EBEBEB" class="menu_list_small"><p><strong>Un click sur l'arrondissement ouvre la liste </strong></td>
<td width="10"><span class="menu_list"></span> </td>
<td bgcolor="#EBEBEB" class="menu_list_small"><strong>Un click sur l'adresse donne la localisation sur le plan</strong></td>
<td width="11"> </td>
</tr>
</table>
<table width="740" height="10" border="0" align="center" cellpadding="0" cellspacing="0" class="tables_shadows_border_middle">
<tr>
<td width="10"> </td>
</tr>
</table>
<map name="plan-map">
<area shape="poly" coords="217,59,230,26,225,7,256,8,271,33,225,66" href="#">
</map>
</body>
</html>