<script>
function checkthis(el)
{
if (el.value=="Inserisci qui"){
el.value='';
}
}
</script>
<body>
<input type="text" value="Inserisci qui" onclick="checkthis(this)">
</body>
</html>
questo mi funziona...
allora sarà qualcosa che nn va nel TAG ASP
:master:

Rispondi quotando