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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mailto problem?

Status
Not open for further replies.

Cheech

Technical User
Nov 6, 2000
2,933
EU
thread68-140715 Live long and make your kids suffer..
 
As a follow up to the question in the Office forum this is the code I use to generate 2 emails, When I use my pc (W2Kpro IE5.5) It all works fine. When a user (NT4 IE4) tries to use the page it works fine with message 2 but message 1 generates a message declaring that the default email client is improperly installed. Any ideas as to what is causing this problem or if there is a setting that the user can access to overcome this problem?


If (strStage = 1) Then
strEmail = (rsEmail.Fields.Item("email_text").Value)
End If
If (strStage = 2) Then
strEmail = (rsEmail.Fields.Item("email_text").Value)
End If Live long and make your kids suffer..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top