Commit 33d53ea6 authored by vvengurlekar's avatar vvengurlekar

in javascript function, jsp path is changed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105194 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4167da0c
......@@ -61,7 +61,7 @@ function exportExcel()
{
var htmldata = $('#excelData').html();
document.getElementById("data").value=htmldata;
document.getElementById("myForm").action = "/jsp/ExcelExport.jsp";
document.getElementById("myForm").action = "/ibase/dwh/jsp/ExcelExport.jsp";
document.getElementById("myForm").submit();
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment