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