tags:

views:

4

answers:

0

I don't quite understand how you're supposed to develop Adobe Air AJAX apps without repeating the boilerplate at the top of every single HTML page.

There's the main entry page of the application, but say I want a subpage that has all the same JS and CSS as the main page. How can I do that without copying and pasting the first 50 lines of the main page? Is there some SSI or PHP include functionality that I don't know about?