Tips & Tricks: Cookies Teil 1 |
if (document.cookie.indexOf('hallo3') + '' == '-1') { window.open('welcome.html', 'welcome', 'height=300,width=400,scrollbars=1'); document.cookie = 'hallo3=0; path=/; expires=Fri, 31 Dec 1999 23:59:59 GMT'; } else { null }