navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

separate lines

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> separate lines
Page: [1]
 
kitty6

 

Posts: 142
Joined: 10/15/2005
Status: offline

 
separate lines - 6/17/2008 10:50:52   
I have a asp form that e-mails some data. How can I get the data to appear on separate lines in my e-mail? Now, it appears on one line with the following code. Thanks.

Body = Body & CHR(013) & CHR(010) & request.form("Person")
Body = Body & CHR(013) & CHR(010)
Body = Body & CHR(013) & CHR(010) & request.form("Category")
Body = Body & CHR(013) & CHR(010) & request.form("Reason")
pd_it_guy

 

Posts: 153
Joined: 3/4/2008
Status: offline

 
RE: separate lines - 6/17/2008 10:57:26   
We had the same issue.

Try an HTML <BR> tag. Double space is a <BR><BR>. Either before or after each line that needs a break.

Since it is not Vb but HTML, it should be blue, not red.

(in reply to kitty6)
BeTheBall

 

Posts: 6356
Joined: 6/21/2002
From: West Point Utah USA
Status: offline

 
RE: separate lines - 6/17/2008 11:03:46   
This work?

Body = Body & VbCrLf & request.form("Person")
Body = Body & VbCrLf
Body = Body & VbCrLf & request.form("Category")
Body = Body & VbCrLf & request.form("Reason")


_____________________________

Duane

Some people are like Slinkies . . . Not really good for anything . . . . . But they still bring a smile to your face when you push them down a flight of stairs.

(in reply to kitty6)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> separate lines
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts