T O P I C ��� R E V I E W
|
Saltah'na
Member # 33
|
posted
Another thing:Does anyone know how to set up an e-mail form on a webpage? I've got all the fields figured out, but I think I need to link it to some sort of CGI script of some sort, but don't know how to get one. Help please? Thanks. ------------------ "My Name is Elmer Fudd, Millionaire. I own a Mansion and a Yacht." Psychiatrist: "Again."
|
TSN
Member # 31
|
posted
Well, if you just want the form to send the data to an e-mail address, just use this for your opening FORM tag:<form method="post" action="mailto:e-mail@address.com"> If that's not what you meant, I don't know... ------------------ We are the Borg. Resistance is futile. You will be assimilated. "Wowsers!" -Star Trek: Series ?: "A Pair o' Docs, part II" [This message has been edited by TSN (edited March 01, 2001).]
|
Saltah'na
Member # 33
|
posted
That's ok provided that there is CGI scripting for the server that you're working on.This one that I'm working on for my company does not provide CGI (it's a cheap ass webspace provider). I've seen a lot of pages which allow forms for mailing. Almost all of their source code refers to somethingorother.pl or thisandthat.cgi. I may be wrong. This is the first time I'm doing something like this. ------------------ "My Name is Elmer Fudd, Millionaire. I own a Mansion and a Yacht." Psychiatrist: "Again." [This message has been edited by Tahna Los (edited March 01, 2001).]
|
Aethelwer
Member # 36
|
posted
There's probably something to work with on my ancient scripts page.------------------ Frank's Home Page "There are also the diphthongs ae and oe, with no English counterparts; Tolkien actually suggests substituting ai and oi if you don't care about such details...but anyone reading this document probably does care about the details." - Sindarin information
|
TSN
Member # 31
|
posted
I'm pretty sure that what I posted is pure HTML, no scripting needed.------------------ We are the Borg. Resistance is futile. You will be assimilated. "Wowsers!" -Star Trek: Series ?: "A Pair o' Docs, part II"
|
Aethelwer
Member # 36
|
posted
TSN's suggestion will work, although I believe the result will be encoded.------------------ Frank's Home Page "There are also the diphthongs ae and oe, with no English counterparts; Tolkien actually suggests substituting ai and oi if you don't care about such details...but anyone reading this document probably does care about the details." - Sindarin information
|
Saltah'na
Member # 33
|
posted
How encoded?------------------ "My Name is Elmer Fudd, Millionaire. I own a Mansion and a Yacht." Psychiatrist: "Again."
|
Aethelwer
Member # 36
|
posted
Plus+signs+where+there+should+be+spaces.------------------ Frank's Home Page "There are also the diphthongs ae and oe, with no English counterparts; Tolkien actually suggests substituting ai and oi if you don't care about such details...but anyone reading this document probably does care about the details." - Sindarin information
|
Saltah'na
Member # 33
|
posted
So you need some sort of script to remove them, right? Is it theoretically possible to remove them via Javascript?------------------ "My Name is Elmer Fudd, Millionaire. I own a Mansion and a Yacht." Psychiatrist: "Again."
|
Teelie
Member # 280
|
posted
I don't know myself, possibly. All of the web-based ones I've seen use CGI of some sort.
|
LOA
Member # 49
|
posted
I think this calls for the wisdom of the Cappesian One........------------------ "Apprently, "pooty" involves deities and pretty girls in compromising positions..." ~TSN Jan. 18th, 2001
|