Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - sendmail.asp error
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

sendmail.asp error

 Post Reply Post Reply
Author
nnate View Drop Down
Newbie
Newbie


Joined: 15 April 2005
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote nnate Quote  Post ReplyReply Direct Link To This Post Topic: sendmail.asp error
    Posted: 15 April 2005 at 3:28pm
Hey everyone, im new to asp world, and trying to set up this sendmail form. I just cant seem to get it. Here is what the error looks like:

Microsoft VBScript compilation error '800a03ee'

Expected ')'

/sendmail.asp, line 54

szTo=request("To" <input type=hidden name=To Value="nate@kaizensys.com">)
-------------------------^

and here is what the script looks like:

szTo=request("To" <input type=hidden name=To Value="nate@kaizensys.com">)
szFrom=request("From" <input type=hidden name=from value="">)
szCC=request("CC")
szBCC=request("BCC")
szSubject=request("Subject" <input type=hidden name=Subject value="SRD Form Submit">)


szBody="Name: " & request("Name") & vbcrlf & _
     "Phone: " & request("Phone") & vbcrlf & _
     "Comment: " & vbcrlf & "-------------------------" & vbcrlf & request("comment") & vbcrlf & _
     "-------------------------" & vbcrlf & vbcrlf & _
     "Any other questions or comments?: " & vbcrlf & "-------------------------" & request ("question") & vbcrlf & _
     "-------------------------" & vbcrlf & vbcrlf &

SendMail(szTo, szFrom, szCC, szBCC, szSubject, szBody, 3, 1)

Response.redirect("Thankyou.html")

--------------------------------------------------------

Can anyone help me out? Or send me in the right direction? or fix the problem? thanks alot! nate.
Back to Top
dj air View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
Post Options Post Options   Thanks (0) Thanks(0)   Quote dj air Quote  Post ReplyReply Direct Link To This Post Posted: 16 April 2005 at 5:08am
hi,

the sections above in the code that have

<input type=hidden name=To Value="nate@kaizensys.com">

are wrong why did you putt them there

to reuquest a form you use request.form("field name")


Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.