Hello all, I got a problem regarding how to assign a java script variable to a smarty variable. Here is the code snippet.
function getDateInfo(date, wantsClassName)
{
var as_number = Calendar.dateToInt(date); //This as_number is the variable which should be assigned to smarty variable
}
How can i accomplish this.
any help will be appreciated..
Thanks n advance -- Fero