I have the following code as an onChange, and would like to also have it as onLoad
as onChange it is:
onChange="return (isAgeAtRetirement(this, termDtYr, termDtMn, termDtDy)
and trying as onLoad:
...
Thanks for your replys. I am still not sure what to do. I believe what I want is to set more than one name like trollacious suggests, but how do I do it. Do I also have to do it in the get function as well?
Some code sure would be helpful. I have to solve this soon>
Thanks!!
I have 1 cookie working, but now need 2 for the same site.
how would I give the cookies names so that I get two cookies and/2 popup pages?
I have the following in my html page:
function checkCount() {
var count = GetCookie('count');
if (count == null) {
count=1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.