Posted by james.n.grace@gmail.com on 10/05/07 13:43
The form is very lengthy, but here is the pertinent form code:
- - - - - - - - - - S N I P - - - - - - - - - -
<form action="/res/sites/east_coast_sales/resources/
email_form_send.php" method="post" name="EmailForm" id="EmailForm">
<SELECT NAME="FromAddress">
<OPTION SELECTED VALUE="">Click here to select YOUR email address.</
OPTION>
</SELECT>
<SELECT NAME="ToAddress">
<OPTION SELECTED VALUE="">Click here to select the RECIPIENT.</OPTION>
</SELECT>
<SELECT NAME="CCAddress">
<OPTION SELECTED VALUE="">Click here to "Carbon Copy" this
submission.</OPTION>
</SELECT>
<SELECT NAME="BCCAddress">
<OPTION SELECTED VALUE="">Click here to "Blind Carbon Copy" this
submission.</OPTION>
</SELECT>
<input name="FileName" type="hidden" id="FileName" value="<%= FileName
%>">
<input name="DirPath" type="hidden" id="DirPath" value="<%= DirPath
%>">
<input name="RIDValue" type="hidden" id="RIDValue" value="<%=RIDValue
%>">
<TEXTAREA ROWS="6" COLS="27" name="Description"><%= Description %></
TEXTAREA>
<input name="Reset" type="reset" value=" Reset ">
<input name="Submit" type="submit" value=" Submit ">
- - - - - - - - - - S N I P - - - - - - - - - -
Navigation:
[Reply to this message]
|