Réponse acceptée !
Salut,
<html>
<head>
<title>1 lien, deux actions</title>
<script type="text/javascript">
function action_make(url, target_, url2, target_2){
window.open(url, target_);
window.open(url2, target_2);
};
</script>
</head>
<body>
<a href="javascript:action_make('http://www.google.fr', '_blank', 'http://www.php.net', '');">
un lien, deux pages</a>
</body>
</html>
c'est un classique... c'est chiant de toujours redevoir taper ce code....
In a dream, I saw me, drop dead... U was there, U cried... It was just a dream, if I die, U won't cry, maybe, U'll be happy
Mon site (articles sur la programmation et programmes)