Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I`AM not able to send e-mail with vbscript language

Status
Not open for further replies.

icebird69

Programmer
Aug 20, 2001
1
CA

I am not able to send an e-mail with vbscript language .The users choose a country in a HTML combo box control, and the country is associated with an e-mail adress. The users click on a submit style button. I have a vbscript function that checks which item is selected. I would like the vbscript function to return the e-mail adress to the submit button(like inside the href attribute).
 
I'm not sure I understand what you mean by returning "the e-mail address to the submit button", but if I do, what you want is to use the onClick-event in Javascript.

By vbscript, you would typically use a form, and post the information on to another asp-page, and handle it from there.

If you want to send an e-mail from vbscript, you might try out one of the e-mail components out there, like ASPEmail from Persits. Sending mail without using a component, but just pure asp code, is no easy feat.

Check out (It's free.)

Hope this helps,
Palooka
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top