<html>
<head>
</head>
<body>
<script>
var cookieValue = location.search.split('value=')[1]
document.cookie = "test=" + cookieValue;
</script>
</body>
</html>
<html>
<head>
</head>
<body>
<script>
var cookieValue = location.search.split('value=')[1]
document.cookie = "test=" + cookieValue;
</script>
</body>
</html>