In our days we need much more interactivity, navigation speed and allot of space in our pages from the internet.
The fastest way but not easily to secure is using Ajax.
How it works
The process is very simple and very fast.
You pass your informations to javascript from inputs or other controls, this passes to Ajax and this one sends informations to server. Server is processing your desired code and if you need to show something in page, you simply write your text or html code that you want. This will be sent back to Ajax, then to JavaScript which will put your resulted content wherever you want.