<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2722.900" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=577100018-25112002><FONT face=Arial color=#0000ff size=2>Here 
is how I am setting it, this code is within a Perl script.&nbsp; I set the 
cookie to the username the person just logged in with and then I get the cookie 
in my header code.&nbsp; As you can see I set up an alert to see the value of 
the cookie before I do anything with it.&nbsp; This is for testing purposes 
only.</FONT></SPAN></DIV>
<DIV><SPAN class=577100018-25112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=577100018-25112002><FONT face=Arial color=#0000ff size=2>Hope 
this helps.</FONT></SPAN></DIV>
<DIV><SPAN class=577100018-25112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=577100018-25112002><FONT face=Arial color=#0000ff size=2>print 
"&lt;SCRIPT LANGUAGE=\"JavaScript\"&gt;\n";<BR>print "&lt;!-- \n";<BR>print 
"set_cookie('username','$fields{'txtusername'}');\n";<BR>print "// --&gt; 
\n";<BR>print "&lt;/SCRIPT&gt;\n";</FONT></SPAN></DIV>
<DIV><SPAN class=577100018-25112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=577100018-25112002><FONT face=Arial color=#0000ff size=2>And 
here is how I am getting it:</FONT></SPAN></DIV>
<DIV><SPAN class=577100018-25112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=577100018-25112002><FONT face=Arial color=#0000ff size=2>print 
"&lt;SCRIPT LANGUAGE=\"JavaScript\"&gt;\n";<BR>print "&lt;!-- \n";<BR>print " 
alert(get_cookie('username'));\n";<BR>print "&nbsp;if (get_cookie('username') != 
null) {\n";<BR>print "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write 
('&lt;table&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;document.write 
('&lt;tr&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;document.write ('&lt;td 
colspan=2 align=center&gt;&lt;span 
class=inputheader&gt;'+get_cookie('username')+'&lt;/span&gt;&lt;/td&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write 
('&lt;/tr&gt;');\n";<BR>print "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
document.write ('&lt;/table&gt;');\n";<BR>print "&nbsp;}\n";<BR>print " 
&nbsp;else {\n";<BR>print "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write 
('&lt;form method=\"post\" name=\"frmlogin\" 
action=\"\.\.\/cgi-bin\/football_survivor_log_in.pl\"&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write 
('&lt;table&gt;');\n";<BR>print "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
document.write ('&lt;tr&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write ('&lt;td 
colspan=2 align=center&gt;&lt;span class=inputheader&gt;Log 
In&lt;/span&gt;&lt;/td&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write 
('&lt;/tr&gt;');\n";<BR>print "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
document.write ('&lt;tr&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write 
('&lt;td&gt;&lt;span 
class=inputheader&gt;username&lt;/span&gt;&lt;/td&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write 
('&lt;td&gt;&lt;input type=text name=txtusername 
maxlength=25&gt;&lt;/td&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write 
('&lt;/tr&gt;');\n";<BR>print "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
document.write ('&lt;tr&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write 
('&lt;td&gt;&lt;span 
class=inputheader&gt;password&lt;/span&gt;&lt;/td&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write 
('&lt;td&gt;&lt;input type=password name=pwdpassword 
maxlength=25&gt;&lt;/td&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;document.write 
('&lt;/tr&gt;');\n";<BR>print "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
document.write ('&lt;tr&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write ('&lt;td 
colspan=2 align=center&gt;&lt;input type=submit value=\"log 
in\"&gt;&lt;/td&gt;');\n";<BR>print "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
document.write ('&lt;/tr&gt;');\n";<BR>print 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write 
('&lt;/table&gt;');\n";<BR>print "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
document.write ('&lt;/form&gt;');\n";<BR>print "&nbsp;}\n";<BR>print "// --&gt; 
\n";<BR>print "&lt;/SCRIPT&gt;\n";</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Terry 
  [mailto:bader@tcbader.com]<BR><B>Sent:</B> Monday, November 25, 2002 12:59 
  PM<BR><B>To:</B> javascript@LaTech.edu<BR><B>Subject:</B> Re: [Javascript] 
  ughh HELP WITH COOKIES PLEASE!!!!<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial size=2>Please show us how you are calling the 
  function...</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>~ Terry<BR>757 581-5981<BR>AIM/Yahoo: 
  lv2bounce</FONT></DIV>
  <BLOCKQUOTE dir=ltr 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=MPodlesny@acsisinc.com 
    href="mailto:MPodlesny@acsisinc.com">Podlesny, Michael</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A title=javascript@LaTech.edu 
    href="mailto:'javascript@LaTech.edu'">'javascript@LaTech.edu'</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, November 25, 2002 12:52 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> [Javascript] ughh HELP WITH 
    COOKIES PLEASE!!!!</DIV>
    <DIV><BR></DIV>
    <DIV><SPAN class=522445017-25112002><FONT face=Arial size=2>ughh HELP WITH 
    COOKIES PLEASE!!!!</FONT></SPAN></DIV>
    <DIV><SPAN class=522445017-25112002><FONT face=Arial size=2>The code below 
    only saves my cookie for the page in which it is set.&nbsp; Does anyone have 
    any ideas as to why my cookie is deleted when I access the another page on 
    my sitter?</FONT></SPAN></DIV>
    <DIV><SPAN class=522445017-25112002><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=522445017-25112002><FONT face=Arial color=#0000ff 
    size=2>here is the code</DIV>
    <DIV><BR></DIV></FONT></SPAN>
    <DIV><FONT face=Arial color=#0000ff size=2>function set_cookie(name, value, 
    expires, path, domain, secure) {<BR>&nbsp; var curCookie = name + "=" + 
    escape(value) +<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((expires) ? "; expires=" 
    + expires.toGMTString() : "") +<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((path) ? 
    "; path=" +<SPAN class=522445017-25112002>&nbsp;path&nbsp;</SPAN>: "") 
    +<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((domain) ? "; domain=" + domain : "") 
    +<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((secure) ? "; secure" : "");<BR>&nbsp; 
    document.cookie = curCookie;<BR>}</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2>// name - name of the 
    desired cookie<BR>// * return string containing value of specified cookie or 
    null if cookie does not exist<BR>function get_cookie(name) {<BR>&nbsp; var 
    dc = document.cookie;<BR>&nbsp; var prefix = name + "=";<BR>&nbsp; var begin 
    = dc.indexOf("; " + prefix);<BR>&nbsp; if (begin == -1) 
    {<BR>&nbsp;&nbsp;&nbsp; begin = dc.indexOf(prefix);<BR>&nbsp;&nbsp;&nbsp; if 
    (begin != 0) return null;<BR>&nbsp; } else<BR>&nbsp;&nbsp;&nbsp; begin += 
    2;<BR>&nbsp; var end = document.cookie.indexOf(";", begin);<BR>&nbsp; if 
    (end == -1)<BR>&nbsp;&nbsp;&nbsp; end = dc.length;<BR>&nbsp; return 
    unescape(dc.substring(begin + prefix.length, end));<BR>}<BR><SPAN 
    class=522445017-25112002></SPAN></FONT></FONT></FONT></DIV>
    <DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
    class=522445017-25112002></SPAN></FONT></FONT></FONT>&nbsp;</DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>