1 <html> 2 <head> 3 </head> 4 <body> 5 <script> 6 var cookieValue = location.search.split('value=')[1] 7 document.cookie = "test=" + cookieValue; 8 </script> 9 </body> 10 </html> 11