C
Cimento Cola
Hello all!
I have built an ASP. This asp runs in a IIS server.
This asp has the following code:
<script language ="vbs">
sub button1_onclick
dim variavel
Set myMail = CreateObject("CDO.Message")
Set objconf = CreateObject("CDO.Configuration")
....
end sub
</script>
Whenever i open this page in other computer, when the butto is clicked i get
an error in line "Set myMail = CreateObject("CDO.Message")"
The server has smtp installed.
Why does this not work in other computers? What do they have to have
instaled?
Thank you!
I have built an ASP. This asp runs in a IIS server.
This asp has the following code:
<script language ="vbs">
sub button1_onclick
dim variavel
Set myMail = CreateObject("CDO.Message")
Set objconf = CreateObject("CDO.Configuration")
....
end sub
</script>
Whenever i open this page in other computer, when the butto is clicked i get
an error in line "Set myMail = CreateObject("CDO.Message")"
The server has smtp installed.
Why does this not work in other computers? What do they have to have
instaled?
Thank you!