adesso funziona....ho fatto una ricerca su google ed ho trovato uno script simile al mio, ma che aveva in più questa porzione:
codice:
data: 'txtUserName=' + txtUserName,
<!-- qui
dataType: "html",
success: function(msg)
	{
	$("#show").html(msg);
	},
	error: function()
	{
	alert("Chiamata fallita, si prega di riprovare...");
	}
});
-->
mmma...vabbè grazie