weblexie
05-27-2011, 08:33 AM
Hi everyone!
I am having trouble here, I am using this ajax script to load my php files,
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
But I having trouble redirecting to another page.
example of redirection I am using:
<script type='text/javascript'> window.location = 'index.php' </script>
and
header("Location: index.php");
but it won't redirect.
Please help me guys. Thanks!
I am having trouble here, I am using this ajax script to load my php files,
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
But I having trouble redirecting to another page.
example of redirection I am using:
<script type='text/javascript'> window.location = 'index.php' </script>
and
header("Location: index.php");
but it won't redirect.
Please help me guys. Thanks!