prova...


function checkthis(el)
{
if (el.value=="Inserisci qui <%=strInput%>"){
alert("ok")
el.value='';
}
}