hkebao2010-03-30 22:28:49
$('#ajax').click(function (){
$.ajax({
url: 'http://localhost:8080/Process/ProcessServlets?id='+Math.random(),
type: 'get',
dataType: 'text',
timeout: 1000,
error: function(){
alert('Error loading XML document');
$("#results").html("");
},