Update a field from server without reloading the existing page using simple javascript.
        Posted  
        
            by Rahul2047
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rahul2047
        
        
        
        Published on 2010-05-28T13:05:37Z
        Indexed on 
            2010/05/28
            13:12 UTC
        
        
        Read the original article
        Hit count: 343
        
I want to change a value of a field say document.getElementById('reloader').innerHTML = updated value from Server 
I do not want to use Ajax, PHP, ASP, JSP .. or anything like these. 
Is it possible by using simple javascript?
Server is C# 's application made by using HttpListener.
Please question if needed more info.
© Stack Overflow or respective owner