Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
I need a ASP Results form emailed
Old 01-04-2008, 05:48 PM I need a ASP Results form emailed
Junior Talker

Posts: 2
Trades: 0
Hi,

I have this form that I need to be email but can't seem to get it to work. The confirmation form is populated by the text fields and I need to be able to let the inputter send themselves the results.

Any ideas.

Here is the confirmation form code:

<%
Dim company, prepby, prepfor, propadd, ClosingDate, SalePrice, LoanAmt, IntRate, AnnualTaxBill, TransFee, OriginFee, LoanDiscount, AppraisalFee, CreditReportFee, DocPrepFee, UnderwritingFee, TaxServiceFee, FloodFee, ProcessingFee, CourierFee, AdministrativeFee, PPInt, InsPrem, InsEscrowFee, TaxEscrow, ClosingFee, LendTitlePolicy, TitleEndorse, MailAwayYES, MailaWayExpress, DeedRecFee, MortgageRecFee, DocStamps, IntangibleTax, SurveyFee, TermiteInsp, HOAtransFeeYES, HOATransFee, HOAInitFee, HOADues, MiscFees, SellerPaidCosts, EarnestMoneyDeposit, Balance

company = Request.Form("Company")
prepby = Request.Form("Prepared By")
prepfor = Request.Form("Prepared For")
propadd = Request.Form("Property Address")
ClosingDate = Request.Form("Closing Date")
SalesPrice = Request.Form("Sale Price")
LoanAmt = Request.Form("Loan Amount")
IntRate = Request.Form("Interest Rate")
AnnualTaxBill = Request.Form("Annual Tax Bill")
TransFee = Request.Form("Transaction Fee")
OriginFee = Request.Form("Loan Origination Fee")
LoanDiscount = Request.Form("Loan Discount")
AppraisalFee = Request.Form("Appraisal Fee")
CreditReportFee = Request.Form("Credit Reporting Fee")
DocPrepFee = Request.Form("Doc Prep Fee")
UnderwritingFee = Request.Form("Underwriting Fee")
TaxServiceFee = Request.Form("Tax Service Fee")
FloodFee = Request.Form("Flood Fee")
ProcessingFee = Request.Form("Processing Fee")
CourierFee = Request.Form("Courier Fee")
AdministrativeFee = Request.Form("Administrative Fee")
PPInt = Request.Form("Prepaid Interest")
InsPrem = Request.Form("Homeowners Insurance Premium")
InsEscrowFee = Request.Form("Insurance Escrow Fee")
TaxEscrow = Request.Form("Tax Escrow")
ClosingFee = Request.Form("Closing Fee")
LendTitlePolicy = Request.Form("Lender Title Policy")
TitleEndorse = Request.Form("Title Endorse")
MailAwayYes = Request.Form("Mailaway")
DeedRecFee = Request.Form("Deed Recording Fee")
MortggageRecFee = Request.Form("Mortgage Recording Fee")
DocStamps = Request.Form("Document Stamps on Mortgage")
IntangibleTax = Request.Form("Intangible Tax")
SurveyFee = Request.Form("Survey Fee")
TermiteInsp = Request.Form("Termite Inspection")
HOATransFeeYES = Request.Form("HOA Transfer")
HOATransFee = Request.Form("HOA Transfer Fee")
HOAIntFee = Request.Form("HOA Initiation Fee")
HOADues = Request.Form("HOA Dues")
MiscFee = Request.Form("Miscellaneous Fees")
SellerPaidCosts = Request.Form("Seller Paid Costs")
EarnestMoneyDeposit = Request.Form("Earnest Money Deposit")
Balance = Request.Form("Balance")

Response.Write("<b>Company:</b> " & request.form("company") & "<br />")
Response.Write("<b>Prepared By:</b> " & request.form("prepby") & "<br />")
Response.Write("<b>Prepared For:</b> " & request.form("prepfor") & "<br />")
Response.Write("<b>Property Address:</b> " & request.form("propadd") & "<br />")
Response.Write("<b>Closing Date:</b> " & request.form("ClosingDate") & "<br />")
Response.Write("<b>Sale Price:</b> " & request.form("SalesPrice") & "<br />")
Response.Write("<b>Loan Amount:</b> " & request.form("LoanAmt") & "<br />")
Response.Write("<b>Interest Rate:</b> " & request.form("IntRate") & "<br />")
Response.Write("<b>Annual Tax Bill:</b> " & request.form("AnnualBill") & "<br />")
Response.Write("<b>Transaction Fee:</b> " & request.form("TransFee") & "<br />")
Response.Write("<b>Loan Origination Fee:</b> " & request.form("OriginFee") & "<br />")
Response.Write("<b>Loan Discount:</b> " & request.form("LoanDiscount") & "<br />")
Response.Write("<b>Appraisal Fee:</b> " & request.form("AppraisalFee") & "<br />")
Response.Write("<b>Credit Report Fee:</b> " & request.form("CreditReportFee") & "<br />")
Response.Write("<b>Doc Prep Fee:</b> " & request.form("DocPrepFee") & "<br />")
Response.Write("<b>Underwriting Fee:</b> " & request.form("UnderwritingFee") & "<br />")
Response.Write("<b>Tax Service Fee:</b> " & request.form("TaxServiceFee") & "<br />")
Response.Write("<b>Flood Cert. Fee:</b> " & request.form("FloodFee") & "<br />")
Response.Write("<b>Processing Fee:</b> " & request.form("ProcessingFee") & "<br />")
Response.Write("<b>Courier Fee:</b> " & request.form("CourierFee") & "<br />")
Response.Write("<b>Administrative Fee:</b> " & request.form("AdministrativeFee") & "<br />")
Response.Write("<b>Prepaid Interest:</b> " & request.form("PPInt") & "<br />")
Response.Write("<b>Homeowner Insurance Premium:</b> " & request.form("InsPrem") & "<br />")
Response.Write("<b>2 month Ins. Escrow:</b> " & request.form("InsEscrowFee") & "<br />")
Response.Write("<b>4 month Tax Escrow:</b> " & request.form("TaxEscrow") & "<br />")
Response.Write("<b>Closing Fee:</b> " & request.form("ClosingFee") & "<br />")
Response.Write("<b>Lendor Title Policy:</b> " & request.form("LenderTitlePolicy") & "<br />")
Response.Write("<b>Title Endorsements:</b> " & request.form("TitleEndorse") & "<br />")
Response.Write("<b>Mailaway:</b> " & request.form("MailaWayExpress") & "<br />")
Response.Write("<b>Deed Recording Fee:</b> " & request.form("DeedRecFee") & "<br />")
Response.Write("<b>Mortgage Recording Fee:</b> " & request.form("MortgageRecFee") & "<br />")
Response.Write("<b>Document Stamps on Mortgage:</b> " & request.form("DocStamps") & "<br />")
Response.Write("<b>Intangible Tax:</b> " & request.form("IntangibleTax") & "<br />")
Response.Write("<b>Survey Fee:</b> " & request.form("SurveyFee") & "<br />")
Response.Write("<b>Termite Inspection:</b> " & request.form("TermiteInsp") & "<br />")
Response.Write("<b>HOA Transfer:</b> " & request.form("HOATransFeeYES") & "<br />")
Response.Write("<b>HOA Transfer Fee:</b> " & request.form("HOATransFee") & "<br />")
Response.Write("<b>HOA Dues per year:</b> " & request.form("HOADues") & "<br />")
Response.Write("<b>Miscellaneous Fees:</b> " & request.form("MiscFee") & "<br />")
Response.Write("<b>Seller Paid Closing Costs:</b> " & request.form("SellerPaidCosts") & "<br />")
Response.Write("<b>Earnest Money Deposit:</b> " & request.form("EarnestMoneyDeposit") & "<br />")
Response.Write("<b>Estimated Balance Due:</b> " & request.form("Balance") & "<br />")
%></font>
</body>
</html>
imageproz is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-05-2008, 04:19 AM Re: I need a ASP Results form emailed
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Sending email with CDOSYS

You need to write the same information into the HTMLBody of the email
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 01-07-2008, 10:36 AM Re: I need a ASP Results form emailed
Junior Talker

Posts: 2
Trades: 0
How do I do that? Any ideas How to get it to a HTML page?

Thanks
imageproz is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to I need a ASP Results form emailed
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.32728 seconds with 12 queries