tufanocak
01-08-2003, 09:43 AM
<%@LANGUAGE="VBSCRIPT" >
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=">
</head>
<%
Dim bodytexter,a,b,c,d,e,f
bodytexter="User:"+"blabla"+ Chr(10)
a = "text1V1"
b = "text2V1"
c = "text3V1"
d = "text4V1"
e = "text5V1"
f = "text6V1"
bodytexter=bodytexter + "text:"+a+"text2:"+b+ Chr(10) + Chr(10) +"text3:"+c + "text4:"+d
%>
<body>
<A href="mailto:makrkus@test.com?subject=test&body=<% response.Write(bodytexter) %>"> send email </A>
</body>
</html>
When you click on the 'send e-mail' text your default e-mail program will be open with the subject and with the body text.But i cant write
a blank row between the text2 and text 3. Chr(10) does not work,also i have tried with "+vbCrLf",it dosnt work also.
how can i make a blank row between text2 and text3.
can anybody help ?
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=">
</head>
<%
Dim bodytexter,a,b,c,d,e,f
bodytexter="User:"+"blabla"+ Chr(10)
a = "text1V1"
b = "text2V1"
c = "text3V1"
d = "text4V1"
e = "text5V1"
f = "text6V1"
bodytexter=bodytexter + "text:"+a+"text2:"+b+ Chr(10) + Chr(10) +"text3:"+c + "text4:"+d
%>
<body>
<A href="mailto:makrkus@test.com?subject=test&body=<% response.Write(bodytexter) %>"> send email </A>
</body>
</html>
When you click on the 'send e-mail' text your default e-mail program will be open with the subject and with the body text.But i cant write
a blank row between the text2 and text 3. Chr(10) does not work,also i have tried with "+vbCrLf",it dosnt work also.
how can i make a blank row between text2 and text3.
can anybody help ?