How to make up a search box?
        Posted  
        
            by dfjhdfjhdf
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dfjhdfjhdf
        
        
        
        Published on 2010-06-01T10:54:29Z
        Indexed on 
            2010/06/01
            11:03 UTC
        
        
        Read the original article
        Hit count: 176
        
JavaScript
|html
How to make up a form that is going to be a search box and work only via Ajax? That is:
1) What to put as the form's action value? (action="what")
2) How to submit it so that nothing else happenes except for calling the JavaScript function?
© Stack Overflow or respective owner