|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/yaleb/examples/ |
Upload File : |
<html> <head> <title>Soupermail Cookie Example</title> <link rel="stylesheet" type="text/css" href="examples.css"> </head> <body bgcolor="white" text="black"> <h1>Cookies</h1> <p>This page is using JavaScript to display the cookies your browser has.</p> <hr> <pre> <script language="javascript"> <!-- document.write(document.cookie); //--> </script> </pre> <hr> <p>If you don't see anything above, there are a few possible reasons:</p> <ul> <li>Javascript is not supported or enabled on your browser. <li>Cookies are not supported or enabled on your browser. <li>Soupermail isn't properly installed on your server. <li>You are using a Netscape browser on a local server without using a fully qualified domain name in the server's URL (eg. you're on http://localhost/) </ul> <hr> <p>Return <a href="index.htm">to the examples page</a>.</p> </body> </html>