Jahova
26-10-2008, 10:34 AM
Right, I am using the Ajax dynamic content script;
(http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm).
It uses a whole new code for the A tag in html. (The link one).
I need a newsystem that is compatible with this new code.
Simon (Invent), told me that cutenews is compatible but you have to change alot of code in shows.inc.php. Well, I have looked and found the areas but I don't know how as it involves PHP and I am useless with it.
So, if anyone could help me on this, then I would be greatful.
- T.
Normal Link with AJAX content;
<a href="javascript:ajaxpage('test.htm', 'contentarea');">test</a>
Absolute URL;
<a href="javascript:ajaxpage(rootdomain+'/mydir/index.htm', 'contentarea');">test</a>
(http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm).
It uses a whole new code for the A tag in html. (The link one).
I need a newsystem that is compatible with this new code.
Simon (Invent), told me that cutenews is compatible but you have to change alot of code in shows.inc.php. Well, I have looked and found the areas but I don't know how as it involves PHP and I am useless with it.
So, if anyone could help me on this, then I would be greatful.
- T.
Normal Link with AJAX content;
<a href="javascript:ajaxpage('test.htm', 'contentarea');">test</a>
Absolute URL;
<a href="javascript:ajaxpage(rootdomain+'/mydir/index.htm', 'contentarea');">test</a>