

To make rich client richer, people try harder to come up with alternatives. Flapjax is one them. It’s a language can be compiled into javascript. It’s a template system that can make javascript page, it’s javascript library that make it like AJAX framework.
The code looks like this:
Hello world!
The mouse’s coordinates are
({! mouseTop_b(document) ||| _ !},
{! mouseLeft_b(document) ||| _ !}).
If you would like to make a comment, please fill out the form below.
ok fine
please read this article:
http://blog.rednael.com/2008/08/17/SimpleAJAX.aspx
It also describes an AJAX alternative that is compatible with all common current browsers and doesn’t need any frameworks. Just simple DHTML and JavaScript.