Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Automatic Unique Form Numbering
- From: javascript@xxxxxxxxxx (Natalia Olive)
- Subject: [Javascript] Automatic Unique Form Numbering
- Date: Tue, 26 Nov 2002 10:30:45 -0500
Hi James, I have done a similar thing using very "primitive" tools which did not include JS. I created a form that generates an incremental number (to identify the document) using ASP code combined with an MS Access database in which I'd created a query. Basically I tell the query to look for the highest number in that field, then add 1 to that number and use that new number in the form. If you want to see a messy example with lots of FrontPage 2002 unsolicited code in the middle, let me know and I'll post it. Hope this helps! Natalia ---------- Original Message ---------------------------------- From: Jamesjackson73@xxxxxxx Reply-To: javascript@xxxxxxxxxx Date: Tue, 26 Nov 2002 06:15:25 -0500 >People >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). >Jim >_______________________________________________ >Javascript mailing list >Javascript@xxxxxxxxxx >https://lists.LaTech.edu/mailman/listinfo/javascript > ________________________________________________________________ Sent via the KillerWebMail system at natuscape.com
- Prev by Date: [Javascript] Re: ughh HELP WITH COOKIES PLEASE!!!!
- Next by Date: [Javascript] global variables in frames
- Previous by thread: [Javascript] Automatic Unique Form Numbering
- Next by thread: [Javascript] Re: ughh HELP WITH COOKIES PLEASE!!!!
- Index(es):