by Renato » Sun Apr 25, 2004 7:39 am
Tanks...
look that:
//-----------
function SetCookie (name,value,expires,path,domain,secure) {
document.cookie = name + "=" + escape (value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
}
//------------
In this function, the program set "cookies". But can't more 20.
If i save other cookies? And modificate your name. And to the end, in checkout or manager I call 2 functions... checkout1(); checkout2(); and one to one get the variables and insert to form.
This is have a chance, or other similar solution, to work?
(sorry, my ugly inglish. I don't speak very well).
And if this form send variables for one database, MySQL? Is possible?
Tanks
Waiting
Rey