diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrAplctActvtExcel.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrAplctActvtExcel.jsp
index 7681bee3..ecf40039 100644
--- a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrAplctActvtExcel.jsp
+++ b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrAplctActvtExcel.jsp
@@ -135,10 +135,18 @@ $( document ).ready(function(){
}
- function fncGoList(){
+ function fncGoList(){
+
var createForm = document.createForm;
createForm.action = "
";
+
+ if ($("#siteNm").val()=="adult"){
+ createForm.action = "
";
+ }
+
+
createForm.submit();
+
}
@@ -311,6 +319,7 @@ $( document ).ready(function(){
+
@@ -372,7 +381,7 @@ $( document ).ready(function(){
-
+