Ajax

Free Ajax Script and Applications

ajax with javascript

Ajax in javascript contains four parts.
first part makes xml object.
.open(type,url,true or false)
- type denotes method either post or get.
- url denotes file path.
.onreadystatechange
what to do on ajax completion.
- readyState denotes status of ajax request {4 denotes ajax is successfully completed} .

0 The request is not initialized
1 The request has been set up
2 The request has been sent
3 The request [...]

Xuheki Webmail

Xuheki is a powerful Webmail application that could compete with desktop-based email clients. It supports multiple users, multiple IMAP servers per user, multiple folders per IMAP server, full MIME support (HTML email, attachments, various encodings), print, drag’n’drop, context menus, easily translatable, etc. Xuheki runs in a browser, but it requires no page reloads. It’s free [...]