Besoin d'aide en prog pr activer un lien

Fermé
stéph - 21 mai 2003 à 10:21
 stéph - 21 mai 2003 à 11:14
bonjour,
j'ai un pb de lien actif sur www.g2j.com puis clique sur outils pratiques ds le cadre gauche puis en ht le bouton atlas est inactif...voici la prog:

<html>



<head>

<title>g2j.com</title>

<meta name="descrition" content="g2j. Visioconference">

<meta name="keywords" content="visioconference, visioconfŽrence, videoconference, call back, telephonie, formation, teleformation, video, vidéo, Paris, France, salles de visioconference, vendome, martinique, guadeloupe, guyane, dom">

<meta name="robots" content="index, follow">

<meta name="revisit-after" content="15 days">

<meta name="copyright" content="G2j@G2j.com">

<meta name="publisher" content="g2j@g2j.com">

<meta name="Content-Language" content="fr">

<base target="contenu">

</head>



<body topmargin="0" leftmargin="0" background="../images/onglets_outilspratiques.gif">



<script language="javascript">

<!---

function private_window(url)

{



Twindow = window.open(url,"private_win","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,WIDTH=800,HEIGHT=600");

}

//-->

</script>



<div align="left">

<table border="0" width="599" height="30" cellspacing="0" cellpadding="0">

<tr>

<td width="187" height="30"></td>

<td width="396" height="30"><map name="FPMap0">

<area href="javascript:private_window('https://www.timeanddate.com/worldclock/meeting.html');" coords="40, 0, 171, 27" shape="rect">

<area href="javascript:private_window('http://www.xe.net/ucc/');" coords="174, 0, 250, 27" shape="rect">


!--j'ai ajouté cette ligne de prog ms ça marche pas!!!--!
<area href="javascript:private_window('https://www.bing.com/maps?FORM=LGCYVD');"coords="*, *, 0, *" shape="rect">





<area href="javascript:private_window('http://www.diarymanager.com/');" coords="341, 0, 425, 27" shape="rect"></map><img border="0" src="../images/links.gif" usemap="#FPMap0" width="441" height="28"></td>

</tr>

</table>

</div>



</body>



</html>
A voir également:

2 réponses

Galfus Messages postés 242 Date d'inscription lundi 19 mai 2003 Statut Membre Dernière intervention 8 novembre 2008 14
21 mai 2003 à 10:30
salut,
tu t trompé ds ton code c pas href mais shape :

<map name="testmap">
<area shape="rect" coords="10,9,58,27" href="#top">
<area shape="circle" coords="104,18,14" href="#map">
</map>


<------Galfus------>
In penguin we trust
0
bin non c'est pas logique car les autres liens fonctionnent...
0