Possible Duplicate:
Clearing all cookies with JavaScript
I have index.html
, where I have an iframe
I also have this button which should clear cookies.
all though it doesnt.
<input type="button" value="Clear Session" onclick="deleteAllCookies()" />
Im trying out this button but I cant seem to get it to work in my html document. ? any good advices?
Best regards
Vic