|
OK,
in that case you don't need Ajax (ajax goes to the webserver).
All you need is some javascript to manipulate the page directly in the browser.
something along these lines:
input type="text" onblur="document.getElementById('target1').innerHT ML = this.value"
div id="target1">
__________________
Leonid
|