A little of your time. I have to develop a barcode application which is invoked from a webpage. Now i have written the javascript for calling the app. Once the app finishes reading the barcode, I have to go back to my webpage and the barcode data should get saved in some textbox in the webpage.
My troubles are: -> When the webpage triggers the app, i send the page to background. Now when the app returns the data back, how do i populate th webpage's textbox object with the content without refreshing the page. (There are other data inside the page and a luser logged in as well)