1) Script Title: Animated Collapsible Div
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...edcollapse.htm
3) Describe problem:
First of all, thank you for taking the time to review my problem and thank you for creating the script. My problem is that when i pass values in an HTTP post method I get javascript error (status would say loaded but with errors on page) but when I call the page without any values passed it will work fine. Here is the http that gives me errors http://localhost/?function=1&id=b0d0...27c46b62793de3
The error refers to line 104 of the javascript which reads "if (document.cookie.match(re)) //if cookie found"
No problems show up if i just pass use localhost. Any ideas how to fix the problem. I need to be able to pass these values because when the user logs in these values are transfered into login.php which runs queries and then displays results on the user's home page that contain the collapsible div.
Thanks



Reply With Quote

Bookmarks