This may be a bug in the script. I've never used it, didn't code it and don't fully understand it but, it seems to me that there is no way it can know what to do unless this:
Code:
function ajaxinclude(files_array, rotatetype){
var page_request = false
if (window.XMLHttpRequest) // if Mozilla, Safari etc
page_request = new XMLHttpRequest()
else if (window.ActiveXObject){ // if IE
try { . . .
is changed to this:
Code:
function ajaxinclude(files_array, rotatetype){
includefiles=files_array
var page_request = false
if (window.XMLHttpRequest) // if Mozilla, Safari etc
page_request = new XMLHttpRequest()
else if (window.ActiveXObject){ // if IE
try { . . .
By the way, when I said use [code][/code], I meant it, not <code></code>.
Bookmarks