I've found many HTML code errors in email_messenger.asp page, in particular at the end of the page, just before the close form tag (</form>).
In particular there are 2 </tr></tr> tags and some </tr> tag open but not closed.
Example
From line 290
<td width="70%" class="text"> <input type="checkbox" name="mySelf" value="True"><% = strTxtSendACopyOfThisEmailToMyself %></td>
</tr>
</tr>
|
From line 286
<td width="70%" valign="top"><textarea name="message" cols="57" rows="12"></textarea>
</td>
<tr>
<td align="right" width="15%" class="text"> </td>
|
I've notified them hoping it could be usefult to fix the source code.