Hi there. I'm trying to write a script that will delete a cookie called 'access' then close the popup window. Having a bit of trouble... this is what I've got so far:
CheersCode:<script> ByeThen() { eraseCookie('access') function eraseCookie(name) { createCookie(name,"",-1); } window.close() } </script>![]()



Reply With Quote
Bookmarks