I am trying to execute the following steps so that excel gif button will show up but instead I am not getting anything. Please provide your help. Here is the code.
Code:
</SCRIPT>
var myLocation<%=""%>
var myLocation<%=myI%>
var ReportName<%=myI%> = "Time in System Report"
var SQLStr<%=myI%> = escape("<%=SQLStr%>");
myLocation<%=myI%>="rMetricXL.aspx?RiskTable=" + SQLStr<%=myI%> + "&ReportName=" + ReportName<%=myI%>
</SCRIPT>
<a HREF=myLocation<%=myI%><img src="images/excelreport2.gif" BORDER="0" alt="Excel version of home list"></a>
Comment