How to break line

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
twinkle
-


Joined: 21 Sep 2005
Posts: 1

PostPosted: Wed Sep 21, 2005 6:22 am    Post subject: How to break line Reply with quote

Hi

I've got this piece of asp code. I want to insert a break after the Dear custname.

Desired output is :
Dear <cust_name>
abc

Source:
<% myMail.TextBody="Dear " & Request.form("cust_name") & <br> & "abc" %>

Really need help on this.
Back to top View user's profile Send private message
Yami King
-


Joined: 08 Sep 2005
Posts: 120

PostPosted: Wed Sep 21, 2005 2:47 pm    Post subject: Reply with quote

I quess you want the break in mail you are sending?

If I'm correct you can do this:
Code:
<% myMail.TextBody="Dear " & Request.form("cust_name") & "\n<br>" & "abc" %>
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group