Originariamente inviato da Dennis
scusa... che c'entra il replace? :master:


cmq un esempio?



PAGINA.HTM

<html>
<head>
<script src="dennis.js"></script>
<script>
window.onload=mostra
</script>
</head>
<body>
<div id="posto_menu"></div>
</body>
</html>



DENNIS.JS

function mostra(){
document.getElementById('posto_menu').innerHTML="Q UI C'E il MENU"
}




chiaro?
lui vuole che una parola che stabilisce lui diventi in automatico un link giusto ?

allora a ma va !