joebarry
04-21-2011, 09:08 AM
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.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
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?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.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
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?