logart
04-08-2005, 03:52 PM
I have written a site using Model View Controller methods. What this means is that there may be many different pages all accessed through the same window.location.pathname (ex. /customer.php).
Unfortunately, I have found the persistence plugin for the Tab Content script ( http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm) does not work properly for me in this environment.
What should be happening is that the script should pay attention to the args in the URL for the cookiename. For example:
/customer.php?cmd=list should be one cookie
and
/customer.php?cmd=edit should be another
What is happening now is that both pages "appear" to be the same page to the script.
Any ideas?
Unfortunately, I have found the persistence plugin for the Tab Content script ( http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm) does not work properly for me in this environment.
What should be happening is that the script should pay attention to the args in the URL for the cookiename. For example:
/customer.php?cmd=list should be one cookie
and
/customer.php?cmd=edit should be another
What is happening now is that both pages "appear" to be the same page to the script.
Any ideas?