Page 1 of 1

Dynamically Loaded Articles within Tab View

PostPosted: Fri Jul 21, 2006 2:50 pm
by Mehmet
I need to make the Dynamically Loaded Articles work in one of the Tabs. Displaying is easy and I have a tab that displays the Dynamically Loaded Articles, but I get "Finding article... Please wait" message when clicked on an article. SO, the combination does not work, at least I couldn't get it to work.

What do I need to do to make it work in combination? Is this possible?

Tab View: http://www.dhtmlgoodies.com/index.html? ... t=tab_view
Dynamically Loaded Articles: http://www.dhtmlgoodies.com/index.html? ... icArticles

PostPosted: Fri Jul 21, 2006 3:31 pm
by Batalf
Hello

Are you able to make the ajax dynamic article script to work on pages without tab views ?

Try some basic things

* Change method from "POST" to "GET" inside ajax.js(near the top of that file)
* Change the extension of the included files from .html to .php and change
getAjaxFile(this.id + '.html'); to getAjaxFile(this.id + '.php');
* While testing it, make sure that you're not opening your main HTML from an address starting with c:\. The address should always start with "http". Ajax won't work if not.