yabot
02-16-2008, 11:29 AM
1) Script Title: DD Ajax Tabs
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
Have now implemented the (really good) Ajax Tabs on a prospect website. All works well in Firefox and Opera, but get an error when loading some content using IE (Internet Explorer) 6 and 7.
The MS Script Debugger tell me it's on this line in ajaxtabs.js:
> document.getElementById(divId).innerHTML=page_request.responseText;
and that the error is an "unknown runtime error".
My guess is that it is something in the page I'm trying to load that interferes with the ajaxtab-script, but have no further ideas...
To see the error live go to http://yabot.net/dev/3.nsf and perform a search from the top right search box...
Any help appreciated or just point me in the right direction.
/Mats
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
Have now implemented the (really good) Ajax Tabs on a prospect website. All works well in Firefox and Opera, but get an error when loading some content using IE (Internet Explorer) 6 and 7.
The MS Script Debugger tell me it's on this line in ajaxtabs.js:
> document.getElementById(divId).innerHTML=page_request.responseText;
and that the error is an "unknown runtime error".
My guess is that it is something in the page I'm trying to load that interferes with the ajaxtab-script, but have no further ideas...
To see the error live go to http://yabot.net/dev/3.nsf and perform a search from the top right search box...
Any help appreciated or just point me in the right direction.
/Mats