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

Jmail problem

Status
Not open for further replies.

CoreyBryant

Programmer
Joined
Sep 4, 2001
Messages
616
Location
US
I am receiving this error:
Type mismatch: '[string: "Last Name: Bryant F"]'

/sites/auto/thanks.asp, line 93

Line 93 is:
JMail.Body = Last_Namename & Last_Name & vbcrlf&_

And I have:
Last_Namename = "Last Name: "
Last_Name = Request.Form("Last_Name")
First_Namename = "First Name: "
First_Name = Request.Form("First_Name")

And Dim Last_Namename,Last_Name,First_Namename,First_Name - did I miss anything? It was working for a few minutes & then I added some more fields & this happened

Thanks!


__________________________
Corey

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top