How to make sure that the cookie before the split is not null value?
function StateSuggestions() {
var oldCookie=readCookie('search');
var oldCookieArray = new Array();
*oldCookieArray = oldCookie.split(',');*
this.states = oldCookieArray;
};
The views expressed on this page by users and staff are their own, not those of NamePros.