Torna al Thread
<script language="javascript" type="text/javascript">
function confronto ()
{
var t1 = document.getElementById("TextBox3").value;
var t2 = document.getElementById("TextBox2").value;
if (t1!="" && t2!="")
document.write("Non è possibile che il documento sia stato emesso all'estero e nello stesso tempo anche in italia!");
else
document.write("ok");
}
</script>