vicvirk,
I made your change I am not getting an error message the email is coming thru. However the form variables are not populating. I have also made the changes you requested. I have included the new code below.
<%
Dim ObjSendMail
Dim iConf
Dim Flds
set reg = New RegExp
reg.Pattern =...
The problem seems to be in the wording to try and put the contact name from the form and append it to the text in the subject field. If I rewrite the code to read
ObjSendMail.Subject = "A message from your Contacts Page from "
Then the email will go thru to its destination however it will...
Here is the full error message.
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/contact.asp, line 31
ObjSendMail.Subject = ""A message from your Contacts Page from " & name &"
Hello,
I have a form in html that I am trying to email the contents to a location using an asp page. I have included the code for the form and the asp page below. When I exectue this I am getting an http 500 internal error. Page can't be displayed. When you use the submit button or try to...
Here is the contents of the url.
http://www.jcfl.com/contact.asp?client_name=Jeff+Wood&client_senderemail=somebody@comcast.net&client_message=This+is+a+test.&client_contactway=email&client_contacttime=&submit.x=33&submit.y=9
Hello,
I have a form in html that I am trying to email the contents to a location using an asp page. I have included the code for the form and the asp page below. When I exectue this I am getting an http 500 internal error. Please take a look and let me know your thoughts.
Jeff
Form ***
<form...
ssatech,
Thanks for the response. How can I use your code to check the file name in one directory and then see if that file exsists in another directory with the same file name with a file extension of "_done".
Thought this might help. This is the VBA code I am using to
import the file and then move the file and change the file
name.
Private Sub cmdGPDataImport_Click()
On Error GoTo cmdGPDataImport_Click_Err
Dim intResponse As Integer
intResponse = MsgBox("Warning: You are about to Import...
Hello,
I need to check to see if a file name exsists in a directory. If it does I need to error out and send a message to the user. If the file does not exsist then to import the csv file to an Access 2000 database. I have the code to import the csv and to move the file when complete I just...
Hello,
I have a table x with field17 and in this location I have a group of text of "CFACCESM04/18/05". I need to split this data from the table to 3 text boxes labeled txt1, txt2, and txt3. The first box (txt1 = the first 5 characters). The sencond box (txt2 = the next 3 characters). And the...
Hello,
I have an unbound form with a value list that is displaying values of (YYYY-MM) for all of 2005. When you press the cmd button it is calling a query that is using this value list to drive its criteria. However the query is bringing back no data. When I remove the form and field criteria...
PH,
Thanks for the help. I can see where that would work. However I am having am having problem figuring out where I should place it in my exsisting code. I have included that code below.
Dim cFILENAME As String
Dim cPath As String
Dim cFile As String
cPath = "F:\GA ATL...
Hello,
I need a little help here. I am using access 2000 and I am importing several .csv files to tables. The problem is that I am receiving about 14 files a day. The users sending these files to me are sending the file with a file name of "ca.dypdmrg.20041027.csv" and whenever I try to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.