本文介绍了如何通过WebServices在javaScript中发送电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建了用于在.Net中发送电子邮件的webservice,我已经检查了它的工作正常。 WebServices有三个参数Lsm_To,Lsm_body,Lsm_Message。



如何应用javascript。



以下是链接http:// localhost:52024 / WebService1.asmx?op = EmailSend



请帮助这个



谢谢Basit。

I have created webservice for sending email in .Net, I have checked also its working fine. The WebServices has three paramters Lsm_To, Lsm_body, Lsm_Message.

how to apply javascript.

below is the link http://localhost:52024/WebService1.asmx?op=EmailSend

please help on this

Thanks Basit.

推荐答案


这篇关于如何通过WebServices在javaScript中发送电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-27 06:34