I am using a windows service, and html+j query page to consume a web service.
When a Document is scanned in our device, I want to load: name, country, and Passport number to our web page.
I already append these details in my web page, but I want to load these details in a text box. 
<th>Passport No: <input type="text" id="initialize" value="d.get.DocumentNumber"/>
<th>Disable:<input type="text" id="disable"/>
<th>Country:<input type="text" id="initialize1"/>
<input type="button" id="documentButton" value="Document"/>