Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27
  1. #11

    Default Re: email form.. help ASP.. huhuhuhu!!!




    kung mag gamit ka ASP.... dapat ang ASP components nga imong gamiton .. nakainstall sa server for it to work...

  2. #12

    Default Re: email form.. help ASP.. huhuhuhu!!!


    if maggamit ka CDONTS or CDOSYS.. dapat supported na sa imong server/host....

    pede mn ka kagamit simple ASPMail Script... pero... dapat ang component nakainstall jd lagi.. hjeehhe

    Forminfo.asp
    <% @LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
    <html>
    <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body>

    <%
    Set Mail = Server.CreateObject("SMTPsvg.Mailer") 'create an Asp mail component.
    Mail.FromName = "1&1 Test"
    Mail.FromAddress= Request.Form("email")
    Mail.RemoteHost = "mrelay.perfora.net" ' The mail server you have to use with Asp Mail
    Mail.AddRecipient "ABCDE Company", "hello@justonedomain.com"
    Mail.Subject = "Website - Info Request"
    Mail.BodyText = Request.Form("info")
    if Mail.SendMail then
    Response.Write "Your mail has already been sent..."
    else
    Response.Write "Mail send failure. Error was " & Mail.Response
    end if
    %>

    <body>
    <p>Thank You!!<br>
    </body>
    </html>



    imohang HTML page:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>ASP Mail Test page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body background="">

    <table width="100%" border="0" align="center">
    <tr class="medium">
    <td width="54%" align="center" valign="top">
    <form onSubmit="return ValidateForm()" method="post" action="forminfo.asp">
    Email Address:: <input name="email" type="text" id="email" size="41"></p>
    Comments:: <textarea name="info" cols="35" rows="10"></textarea></p>
    <input class="fancybut" type="submit" name="Submit" value="Submit Form">
    <input class="fancybut" type="reset" name="Submit2" value="Reset Form"></p>
    </form></td>
    <td width="16%" align="right" valign="top"></td>
    </tr>
    </table>
    </body>
    </html>

  3. #13

    Default Re: email form.. help ASP.. huhuhuhu!!!

    thnx mga bro. pro wla pa nko ma try kc na bz akong beauty oist... by the gurl ko oist

  4. #14

    Default Re: email form.. help ASP.. huhuhuhu!!!


    ay heheh.... sis diay...

  5. #15

    Default Re: email form.. help ASP.. huhuhuhu!!!

    aw sis diay ka..

    mao lagi oy, mayo tag naay mga free servers nga mag support ani..

  6. #16

    Default Re: email form.. help ASP.. huhuhuhu!!!

    Dara ako error sa ako host ay:

    Server object error 'ASP 0177 : 800401f3'

    Server.CreateObject Failed

    Line 10 daw.. kato ni 'create an Asp mail component.

  7. #17

    Default Re: email form.. help ASP.. huhuhuhu!!!

    Quote Originally Posted by Hot Ice
    Dara ako error sa ako host ay:

    Server object error 'ASP 0177 : 800401f3'

    Server.CreateObject Failed

    halu running na ni? kron?

    Line 10 daw.. kato ni 'create an Asp mail component.

  8. #18

    Default Re: email form.. help ASP.. huhuhuhu!!!

    same question sd... running na ni?

  9. #19

    Default Re: email form.. help ASP.. huhuhuhu!!!

    dili jud na matubag inyong mga pangutana mga bai kung dili ta kita ug hosting site

    ngita pata ug site nga mo-support ug email....

    asa kaha no?

  10. #20

    Default Re: email form.. help ASP.. huhuhuhu!!!

    panguta pud lagi, unsa nga local hosting site nga mu support og ASP?

  11.    Advertisement

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

 
  1. Any non voice or chat or email sup... HELP
    By JohnEulizerNimo in forum Career Center
    Replies: 1
    Last Post: 07-31-2012, 12:38 AM
  2. Help asp.net using ups api
    By Rickstar13 in forum Programming
    Replies: 3
    Last Post: 02-02-2012, 12:44 AM
  3. Wrong email used (Premium Member)!!! Need Help Pepol
    By chek2chek in forum Support Center
    Replies: 2
    Last Post: 10-20-2006, 11:41 AM
  4. Replies: 17
    Last Post: 10-07-2006, 08:07 PM
  5. Help: ASP Code Creating a Thumbnail Image
    By Neural_AI1 in forum Software & Games (Old)
    Replies: 1
    Last Post: 06-22-2006, 01:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top