1) Script Title: Dynamic Ajax Content

2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm

3) Describe problem:
Hello,
I downloaded the Dynamic Ajax Content code but doesn't work with IE8 and Chrome.
Only with Firefox.
Error reported by Chrome: "Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101" after these code lines
Code:
if (bustcachevar) //if bust caching of external page

bustcacheparameter=(url.indexOf("?")!=-1)? "&"+new Date().getTime() : "?"+new Date().getTime()

page_request.open('GET', url+bustcacheparameter, true)

page_request.send(null)
Can anyone help me?