<!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>
<DIV><FONT face=Arial size=2>Tell us what are you doing, what language you are 
using, is this db driven, etc....</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>~ Terry<BR>757 581-5981<BR>AIM/Yahoo: 
lv2bounce</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>----- Original Message ----- </FONT>
<DIV><FONT face=Arial size=2>From: "Cutter (javascript list)" &lt;</FONT><A 
href="mailto:javascript@theblades-family.com"><FONT face=Arial 
size=2>javascript@theblades-family.com</FONT></A><FONT face=Arial 
size=2>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>To: &lt;</FONT><A 
href="mailto:javascript@LaTech.edu"><FONT face=Arial 
size=2>javascript@LaTech.edu</FONT></A><FONT face=Arial size=2>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>Sent: Tuesday, November 26, 2002 8:46 
AM</FONT></DIV>
<DIV><FONT face=Arial size=2>Subject: [Javascript] Re: Automatic Unique Form 
Numbering</FONT></DIV></DIV>
<DIV><FONT face=Arial><BR><FONT size=2></FONT></FONT></DIV><FONT face=Arial 
size=2>&gt; I would think that, in this case (using js), you're SOL. To do an 
<BR>&gt; incremental number like you're asking for would require a server-side 
<BR>&gt; variable so that the server keeps track of the "unique" number and 
<BR>&gt; increments it. If you're processing your form through a SQL server then 
<BR>&gt; using an autoincrement id field would handle this for you... <BR>&gt; 
<BR>&gt; Cutter <BR>&gt; <BR>&gt; </FONT><A 
href="mailto:Jamesjackson73@aol.com"><FONT face=Arial 
size=2>Jamesjackson73@aol.com</FONT></A><FONT face=Arial size=2> writes: 
<BR>&gt; <BR>&gt; &gt; I've thought of that, but I not only want a Unique number 
generated I want an Incremental number 1 - 2 - 3 etc in order.<BR>&gt; &gt; any 
ideas!<BR>&gt; &gt; Jim <BR>&gt; &gt; <BR>&gt; &gt; In a message dated 
11/26/2002 6:26:41 AM Eastern Standard Time, </FONT><A 
href="mailto:gassinaumasis@hotmail.com"><FONT face=Arial 
size=2>gassinaumasis@hotmail.com</FONT></A><FONT face=Arial size=2> writes: 
<BR>&gt; &gt; <BR>&gt; &gt;&gt; &gt;I have a form, but need to somehow generate 
an increasing UNIQUE number to <BR>&gt; &gt;&gt; &gt;be sent along with the form 
data. This could be whenever the form is loaded <BR>&gt; &gt;&gt; &gt;into the 
users browser or ideally when the user presses 'submit'. It would <BR>&gt; 
&gt;&gt; &gt;even be better if that number could become the 'subject' of the 
resulting <BR>&gt; &gt;&gt; &gt;email sent.<BR>&gt; &gt;&gt; &gt;Hope someone 
knows how to help (Code even better). <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; Use 
the time in milliseconds. It's extremely unlikely that <BR>&gt; &gt;&gt; two 
users will <BR>&gt; &gt;&gt; send in the form in exactly the same 
millisecond.<BR>&gt; &gt; 
_______________________________________________<BR>&gt; &gt; Javascript mailing 
list<BR>&gt; &gt; </FONT><A href="mailto:Javascript@LaTech.edu"><FONT face=Arial 
size=2>Javascript@LaTech.edu</FONT></A><BR><FONT face=Arial size=2>&gt; &gt; 
</FONT><A href="https://lists.LaTech.edu/mailman/listinfo/javascript"><FONT 
face=Arial 
size=2>https://lists.LaTech.edu/mailman/listinfo/javascript</FONT></A><BR><FONT 
face=Arial size=2>&gt; &nbsp;<BR>&gt; 
_______________________________________________<BR>&gt; Javascript mailing 
list<BR>&gt; </FONT><A href="mailto:Javascript@LaTech.edu"><FONT face=Arial 
size=2>Javascript@LaTech.edu</FONT></A><BR><FONT face=Arial size=2>&gt; 
</FONT><A href="https://lists.LaTech.edu/mailman/listinfo/javascript"><FONT 
face=Arial 
size=2>https://lists.LaTech.edu/mailman/listinfo/javascript</FONT></A><BR><FONT 
face=Arial size=2>&gt; </FONT></BODY></HTML>