Quote:
Originally Posted by djbaxter
|
Thanks djbaxter,
I downloaded the above files but am still getting the same prob. Once a user clicks on the THANKS button the whole page reloads, it's no longer AJAX.
I edited my includes/class_core.php file and changed this line:
Code:
---------
Code:
define('YUI_VERSION', '2.7.0'); // define the YUI version we bundle
---------
to this:
Code:
---------
Code:
define('YUI_VERSION', '2.9.0'); // define the YUI version we bundle
---------
But still am not getting this work AJAX based as it used to be.