try this out. often simple is better.

$('makeRequest').addEvent('click', function(e){
$('result').load("http://167.76.44.21:8080/maint/spwhodo.html";);
e.stop();
});

Reply via email to