1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Loading...</title> 5 <script> 6 if (document.cookie == "A=B") 7 document.title = "cookie set"; 8 else 9 document.title = "cookie not set"; 10 </script> 11 </head> 12 </html> 13