Tag Archives: ajax

How to convert HTML Forms into AJAX simply

Hellow reader, You may have a normal HTML Form, like: contact form, feedback form or any other forms in your website or any website you work on.Did you think how diffecult converting this FORM into AJAX? Let me say, it will be very simple. Simple as 1 minute of changes. How is that, right? 0 [...]

Better way to load XML document with Javascript

The better way to load XML document on all browsers is to use AJAX technique. After testing XML with Javascript. I fount that Safari (on Mac OSX 10) does not support XML with Javascript. So, How to load it then? 1