scrupul0us
02-19-2007, 04:11 AM
cant get this code working... not used to JS cookies, used to PHP cookies:
function weather (form)
{
var TestVar = form.inputbox.value;
document.cookie = weather=TestVar;
}
trying to set the value of TestVar to a cookie named weather
function weather (form)
{
var TestVar = form.inputbox.value;
document.cookie = weather=TestVar;
}
trying to set the value of TestVar to a cookie named weather