Jump to content

I Need An Asp File For Sending My Message For Contact Page


alienA2

Recommended Posts

I have a contact page that I made with Notepad and 3 variables: NameEmailMessage I also have a send/submit button which will send the message. The only thing now is that I need an ASP script which will do the action of actually sending the message to the person (i.e. me) Does anybody have a template I could use? I'm a newbie on ASP.

Link to comment
Share on other sites

By "sending the message" do you mean sending an email to you, or sending the message in a webpage that only you have access?

Link to comment
Share on other sites

you might want to try the ASP forum. http://w3schools.invisionzone.com/index.php?showforum=33 also, like Gallery said, provide specific details about what you're trying to do, as your post is to vauge.

Link to comment
Share on other sites

Voila!http://www.w3schools.com/asp/asp_send_email.asp i'm pretty sure that you're looking to create a contact page with ASP in HTML. The ASP communicates with the server and then the server will send out the email if I'm not mistaken. Hope that helped-Grahamalluringmedia.net

Link to comment
Share on other sites

Sorry for being vage...ok here is the example of a page I have "emulated" (note: this is not my webpage...it is someone else's webpage).http://www.gogo-music.net/contact.php The send button will submit the message to the label's email address (I know this because it displays the email address of the contact person at the label. I used Inspect Element to view this info...) I need an ASP script to the send message to an email address (i.e. mine).

Link to comment
Share on other sites

I need an ASP script to the send message to an email address (i.e. mine).
Understood. But what do you have? Where is your code? You should post the code you are working with and let us know what you are having problems with. Like I said, I don't know ASP, but from the link you were given
Voila! http://www.w3schools..._send_email.asp i'm pretty sure that you're looking to create a contact page with ASP in HTML. The ASP communicates with the server and then the server will send out the email if I'm not mistaken.
It looks like it has all the mail examples you could need for a creating a of number email sending scripts. There are ready to go examples right on the page. Look at the first one.http://www.w3schools.com/asp/asp_send_email.asp And if it's the form part you are having problems with, then on that page there is a link on the left for sending a form to an asp page.http://www.w3schools.com/asp/asp_inputforms.asp
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...