PDA

View Full Version : delete cookies


andrew1234
03-11-2003, 09:32 AM
hi

is it possible to have a button that deletes the cookies
or

when the page loads

have a function that deletes the cookies


and if it is???
maby give me an idea of how to do it?



thanks

andrew

Borgtex
03-11-2003, 02:58 PM
Wrong Forum
This is the "Post a Javascript" forum. Next time ask in "JavaScript programming"

Skyzyx
03-12-2003, 03:30 AM
You'd need to know the specific name of the cookie, first of all..., after that, this should work.


document.cookie = nameOfCookie + "=" + ; expires=Thu, 01-Jan-70 00:00:01 GMT";