tags:

views:

69

answers:

2

i want to design a website who contain 4-5 page but i need a feature then when user click on any link the content is changed without any other page load. how i can do this

my page look like this but when user click on left side or right side link the content is load without page refresh. how i can do this.

A: 

You can either use frames or load content via Ajax.

azram19
A: 

jQuery UI tabs?

http://jqueryui.com/demos/tabs/default.html

Mark McLaren