if i have this;
objMail.Body = "Email: " & strEmail & vbCrLf & vbCrLf & _
"First Name: " & strName & vbCrLf & _
how can i make the strName a diff color than the "First Name:" ? i want the strName in red so it stands out.
also:
if i have this form;
<FORM...
if i have a select box in the first form with the values "bob", "jim" and "alice". the user selects "alice" and submits the form. the second asp page has a form which should have "alice" selected, but with the option to then change that selection...
if i have a select box in the first form with the values "bob", "jim" and "alice". the user selects "alice" and submits the form. the second asp page has a form which should have "alice" selected, but with the option to then change that selection...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.