scuda11
09-08-2006, 01:57 PM
Hello all, new to the forum. This might need to be in the Javascript forum, not sure.
I am using the code at the bottom. My question is there any way to add a line breask <br> or any other formatting to the BODY of the email that is created? For example, I would like the resultant e-mail to have the TO:, CC:, and SUBJ lines filled in (those are working fine). But in the body, is where I want to add some formatting, is this possible? I have "TEST" there now.
Thanks in advance!
Scott
<div id="emailNOTIF">
<form action="(EmptyReference!)" method="get" name="emailNOTIF">
<select name="emailcommand" size="1" onChange="goTheredocument.emailNOTIF.emailcommand)">
<option>Notification System</option>
<option value="mailto:SCOTT.A.BACKHOLM@uscg.mil?CC=scuda@comcast.net&subject=Incident Notification System&BODY=TEST">Incident Notification System</option>
</select>
</form>
</div>
I am using the code at the bottom. My question is there any way to add a line breask <br> or any other formatting to the BODY of the email that is created? For example, I would like the resultant e-mail to have the TO:, CC:, and SUBJ lines filled in (those are working fine). But in the body, is where I want to add some formatting, is this possible? I have "TEST" there now.
Thanks in advance!
Scott
<div id="emailNOTIF">
<form action="(EmptyReference!)" method="get" name="emailNOTIF">
<select name="emailcommand" size="1" onChange="goTheredocument.emailNOTIF.emailcommand)">
<option>Notification System</option>
<option value="mailto:SCOTT.A.BACKHOLM@uscg.mil?CC=scuda@comcast.net&subject=Incident Notification System&BODY=TEST">Incident Notification System</option>
</select>
</form>
</div>