PDA

View Full Version : Cookie Question


Maggi3344
04-01-2008, 05:53 PM
1) Script Title:
Ajax Tabs content
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
3) Describe problem:

Hello.

Is it possible to deactivate the cookie in this script?
Thanks for your help.

thetestingsite
04-01-2008, 06:09 PM
Example code:


<script type="text/javascript">

var myflowers=new ddajaxtabs("flowertabs", "flowerdivcontainer")
myflowers.setpersist(true)
myflowers.setselectedClassTarget("link") //"link" or "linkparent"
myflowers.init(3000)

</script>


change true to false in the highlighted snippet.

Hope this helps.

Maggi3344
04-01-2008, 06:11 PM
thanks. I will try it.

Maggi3344
04-01-2008, 06:18 PM
Thanks. It works fine.