B
BenJose
Iam using a simple webpage to view/download excel files. But for some
reason I use the <a href> tag to point to the excel file and it shows
up garbled. I tried altering the content type and also did some tweaks
but nothing works... Any pointers in this regards ??
Iam using a Apache Tomcat server.
This is the script itself:
<html>
<head>
<meta http-equiv="Content-Language"
content="application/vnd.ms-excel">
<meta http-equiv="Content-Type" content="application/vnd.ms-excel;
charset=windows-1252">
<title>Maine Educational Assessment</title>
<style type="text/css">
<!--
..style1 {font-size: 10px}
-->
</style>
<!-- End of: /portal/sliverheader/sliverhead.html -->
</head>
<body marginheight="0" marginwidth="0">
<a href="tst.xls">Excel Tst</a>
</body>
</html>
-Ben
reason I use the <a href> tag to point to the excel file and it shows
up garbled. I tried altering the content type and also did some tweaks
but nothing works... Any pointers in this regards ??
Iam using a Apache Tomcat server.
This is the script itself:
<html>
<head>
<meta http-equiv="Content-Language"
content="application/vnd.ms-excel">
<meta http-equiv="Content-Type" content="application/vnd.ms-excel;
charset=windows-1252">
<title>Maine Educational Assessment</title>
<style type="text/css">
<!--
..style1 {font-size: 10px}
-->
</style>
<!-- End of: /portal/sliverheader/sliverhead.html -->
</head>
<body marginheight="0" marginwidth="0">
<a href="tst.xls">Excel Tst</a>
</body>
</html>
-Ben