+ 2
How to make a master page which apply on every page?
my requirement is to make a index.htm page which apply to every child page,
2 Respuestas
+ 2
You need use a template management system...
Usually, you handle it server side, but you can probably find some in javascript-ajax ( else you can build your own ^^ ), but they must have a server side part to handle data ( or you just simulate or limit to little web site -- as one page mode yet -- with the defect to need load all data in once for the user )...
0
hey visph ur superb ...hope soon I will be as much as u