What is the need of JavaScript while developing a page?
        Posted  
        
            by nepc
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by nepc
        
        
        
        Published on 2010-05-24T10:43:06Z
        Indexed on 
            2010/05/24
            10:51 UTC
        
        
        Read the original article
        Hit count: 170
        
I have been developing websites for some time now and I hardly use any Javascript in my pages.
Whatever I can want to do with JavaScript, it is possible through PHP. Just like ajax itself. We can send a regular request instead of a ajax request, can't we? We can use "include" to include sub part of pages.
So am i missing something about javascript, that I dont know of?
© Stack Overflow or respective owner