Building an AJAX Application: Client-side Include

(By Mark Qian on 8/14/2006)



Preface

Client-side Include or Html Include is an operation that adds pieces of desired/shared html to the target page(s), at render time in the browser instead of on the server. It is useful when you don't have or don't want to use Server-side Include. One huge advantage of Client-side Include is that it is cached in the client side while server-side include is hardly cached. This could be a significant contribution to the scalability. There are a variety of
  • (SolutionsShow details):
  • 
     
  • (Source CodesShow details):