Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <html>
  2. <body>
  3. <p><b>Test</p>
  4. <script>
  5. function setCookie() {
  6. var myDate = new Date();
  7. myDate.setMonth(myDate.getMonth() + 12);
  8. document.cookie ='Cookie1=736505' + ';expires=' + myDate + ';path=/;domain=domain.com'
  9. document.cookie ='Cookie2=99550843; expires=Fri, 3 Aug 2045 20:47:11 UTC; path=/; domain=domain.com'
  10. }
  11. </script>
  12. <input id="clickMe" type="button" value="Submit" onclick="setCookie()" />
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement