OK I found a difference that seems to fix it but Borg needs to confirm this is the correct action.
To correct the 9.02 version of RTE_popup_adv_image.asp, edit the file in notepad and delete the "</form>" tag from the following code near the bottom of the file.
<tr>
<td align="right" valign="top" class="text"><% = strTxtPreview %>:</td>
<td colspan="5"><iframe src="RTE_popup_image_preview.asp<% = strQsSID1 %>" id="prevWindow" width="98%" height="215px" style="border: #A5ACB2 1px solid;background-color: #FFFFFF;"></iframe></td>
</tr>
</table>
</form> DELETE THIS LINE
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="38%" valign="top" class="RTEtableBottomRow"><%
Edited by Nick-V - 04 August 2007 at 11:04am