[Javascript] Automatic Unique Form Numbering

Jamesjackson73 at aol.com Jamesjackson73 at aol.com
Tue Nov 26 06:34:26 CST 2002


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.
any ideas!
Jim

In a message dated 11/26/2002 6:26:41 AM Eastern Standard Time, gassinaumasis at hotmail.com writes:

> >I have a form, but need to somehow generate an increasing UNIQUE number to 
> >be sent along with the form data. This could be whenever the form is loaded 
> >into the users browser or ideally when the user presses 'submit'. It would 
> >even be better if that number could become the 'subject' of the resulting 
> >email sent.
> >Hope someone knows how to help (Code even better).
> 
> Use the time in milliseconds. It's extremely unlikely that 
> two users will 
> send in the form in exactly the same millisecond.



More information about the Javascript mailing list