Blog  |   Sitemap  |   Search  |   Language:  eng рус
Home
JavaScript GUI FrameworkExamplesXHTML 1.0 examples

SPI navigation

In this example the page content is loaded asynchronously without entire page refresh. Such a technic could be useful when loading tree fragment, message body etc. unloading server from entire page generation.

Source code

SPI form submit

In this example form is submited without the entire page refresh. In case of votation implementation such a technic could save traffic and the interface reaction.

Source code