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:
...
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.