Hi Streets Of Boston, Thanks for your valuable response,
Can u give me some sample code for the javascript to append html content dynamically? U can give me some solution, f there is any other way also? Regards. Jebarlin .R. On Fri, Sep 16, 2011 at 7:18 PM, Streets Of Boston <[email protected]>wrote: > The only way i can come up with is to do this in JavaScript. > Render the page with your initial HTML. This HTML contains JavaScript > code/functions that 'append' html after the last child of the <body>. Then > when 'new' html is ready, send it to the JavaScript. The JavaScript then > will make sure to turn this into real HTML (.e.g append the new html to the > innerHTML of the body). > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

