Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Web page Urgent Help

Re: Web page Urgent Help

From: Kumar, Sai (EXCHANGE:PERPK:3374) <saikumar_at_nortel.com>
Date: Thu, 17 Jun 1999 15:41:52 -0400
Message-ID: <37694F80.64C722E0@nortel.com>


shailaja wrote:

> HI
> While desinging the webpage i want to create a form with the fields like
> name,address,phone,fax,email and two buttons ok and cancel. When the person
> is clicking OK then his information should be posted to my email address. I
> know that this could be done with cgi script but how to do iam not
> understanding. Its very urgent please. Thanks for ur help.
>
> Regards
> shailaja.

Shailaja,

I don't think u need to use a cgi-script to accomplish this. For eg. when u write the form say :-
<FORM METHOD=POST ACTION=mailto:email_at_address.com enctype=text/plain> and have a OK button with <input type as submit> and cancel button with <input type as reset >. U do not need a cgi-script to do this. This can be done as a normal .html file.

Thanks
Sai Received on Thu Jun 17 1999 - 14:41:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US