View Single Post
Old 11-20-2008, 04:14 PM   #5 (permalink)
leonid
Contributing Member
 
Join Date: 11-17-08
Location: NJ
Posts: 55
iTrader: 0 / 0%
Latest Blog:
None

leonid is on the right pathleonid is on the right path
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
leonid is offline   Reply With Quote