/ Published in: JavaScript
Expand |
Embed | Plain Text
['/path/to/include.incl'].each(function(url) { new Ajax.Request(url, { asynchronous: false, onComplete: function(request) { document.write(request.responseText); } }); });
Comments
Subscribe to comments
- Posted By: trmarch on April 1, 2008
You need to login to post a comment.
