View Single Post
  #4 (permalink)  
Old 11-20-2008, 03:14 PM
leonid leonid is offline
Contributing Member
Latest Blog:
None

 
Join Date: 11-17-08
Location: NJ
Posts: 55
iTrader: 0 / 0%
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
Reply With Quote