HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <script> var name = "Steve"; document.cookie = "username="+name+";path=/"; document.cookie = "username="+name+";expires=Thu, 30 Dec 1999 12:00:00 UTC;path=/"; document.write("Cookie written, check in your browser's cookie section"); </script> </body> </html>
OUTPUT
×

Save as Private