//flex table opened by JP

Click to See Complete Forum and Search --> : Web JavaScript


BrainReyd
06-30-2001, 11:26 AM
Ive got a web page and want some javascript to set up a form. It would be for about 6-8 fields and have a submit button. Hopefully it can then send the information to an e-mail address with the details enclosed.

Unfortually i cant use frontpage extensions and need another way around it.

If anyone has anything like that, that a can change or mess about with, it would be helpful. Any Q's just contact me on snipers@operationflashpoint.freeserve.co.uk

golfcart
07-02-2001, 08:26 PM
Do you have sendmail available on the server? Maybe some other type of mail program. What kind of server is it, and what do you have access to?

doggabone
07-02-2001, 10:59 PM
Ah ... maybe I'm missing something.

Wouldn't setting the forms ACTION to MAILTO work?

<FORM METHOD = POST ENCTYPE = "text/plain" ACTION = "mailto:you@youremail.com">

I know it ain't perfect, but it would get your info to you.

izzzy12k
07-07-2001, 01:51 AM
I used the "Mail-sender" PPM package, and a compatible perl script and installed ActivePerl on my NT4 server.

Any HTML form will work with this combination.


[This message has been edited by izzzy12k (edited 07-06-2001).]