function favoris(type,id){ /* new Ajax.Request('/_includes/js.php/favoris.js.php?action=1&id='+id+'&type='+type, { evalScripts : true , onSuccess: function(transport) { stl = transport.responseText; $("fav_"+type).innerHTML = stl; } });*/ document.location.href = "/_includes/js.php/favoris.js.php?action=1&id="+id+"&type="+type; } document.write(unescape("%3Cdiv%20class%3D%27actions_favoris%27%20%3E%3Cspan%20id%3D%27fav_rubrique%27%3E%3C%2Fspan%3E%0A%3C%2Fdiv%3E%0A"));