views:

40

answers:

1

I have five html pages ,all pages have same search tab,header,footer, my question is when enter particular searchtext and click search only the content place where the output will be displayed has to be changed in the html pages without change in header and footer. I am using html ,javascript,jquery on clientside and webservices with c# coding on the server side

+2  A: 

The easiest answer would be to use jQuery's .ajaxComplete or .load(). Look at those and, if you have a specific problem implementing them we can help out.

David Thomas