PDA

View Full Version : forms and sequencial names


elson
11-21-2002, 03:01 AM
Hi, good experts...

How to generate a message by form with attached files using date and time as filename?

The usual is: POSTDATA.ATT

I need something like this: NOV21021015AM.ATT (or .txt)

code:
<form action="mailto:email@host.com" method="POST">
<font face="arial"><textarea
name="something" rows="8" cols="35">write here</textarea>
<br><input type="text" size="40"
name="name" value="your name"><br><input type="text" size="40"
name="e-mail" value="your e-mail"><br><br><input type="submit" value="Send">

glenngv
11-21-2002, 03:17 AM
well, not exactly what you're looking for, but you can start from here:
http://www.devguru.com/Technologies/ecmascript/quickref/date.html