Retrive value object other pages
Posted: Tue Mar 03, 2009 4:47 am
Hi,
To log a call duration, I've create this object:
My project has many pages, and I would like to use the startDate variable at the last page.
How can I use the submit value to transfert the variable other pages?
I want to use :
How can I retrieve the value in the next page?
Thanks by advance.
To log a call duration, I've create this object:
Code: Select all
<var name="startDate" expr="new Date()" />
How can I use the submit value to transfert the variable other pages?
I want to use :
Code: Select all
<submit next="next.vxml" namelist="startDate" />
Thanks by advance.