FieldEngineerDC
Technical User
Hey I know people have asked questions about this before (thread695-1166886) but I still have not found a solution... I have a jsp and am trying to link it to a spread sheet but when I change the <a href> to point to the correct location/file and I am getting an error... it is displaying binary with parts of the text from the excel spreadsheet in as well...
here is an example of the text I am using:
<div id="loginCIFAFormContactInfo" style="width:400px"><a href="<%=request.getContextPath()%>/jsf/changes.xls">Recent Changes and Known Issues</a>
</div>
here is an example of the text I am using:
<div id="loginCIFAFormContactInfo" style="width:400px"><a href="<%=request.getContextPath()%>/jsf/changes.xls">Recent Changes and Known Issues</a>
</div>