Excel Data appearing in new Pop-up window rather than frameset frame

M

mike

I have a servlet running in Tomcat that delivers an excel data file,
the response content type being set to:

"application/vnd.ms-excel"

My html page uses a frameset to display (amongst other things) the
excel data.

The data is displayed on the click of a button and is directed to a
particuler frame:

<FORM method=post action="servlet/XLDataServlet/data.xls"
target="exceldata">
<INPUT TYPE=SUBMIT VALUE="Display Excel Data">
</FORM>

With Internet Explorer 6.0 the excel data is displayed in the target
frame, with Internet Explorer 5.5 it
is displayed in a new window.

Does anyone know why this is occurring and how to make the data
display in the target frame with Internet Explorer 5.5?

Thanks in advance,
Mike
 
Top