Posted in Code, JavaScript Shortest way to create an XMLHttpRequest object Binny V A March 14, 2007 1 Comment on Shortest way to create an XMLHttpRequest object For best results use a framework – like jx http = window.XMLHttpRequest ? new window.XMLHttpRequest : (window.ActiveXObject ? new ActiveXObject("MSXML2.XMLHTTP"): null); Original Article [tags]javascript,ajax,code,xhr[/tags] Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
Hi Binny can u give me some examples for ajax validation, i need to validate 4 fields (using ajax) when user submits the form. Reply
Hi Binny
can u give me some examples for ajax validation, i need to validate 4 fields (using ajax) when user submits the form.