+
+
+
+ | + <%@include file="menu.jsp"%> + | +
+ Add Question+
|
+
| + <%@include file="menu.jsp"%> + | +
+ Add Topic+ Topic Title : |
+
| + <%@include file="menu.jsp"%> + | +
+ <%
+ boolean done = dao.TopicDAO.deleteQuestion( request.getParameter("questionid"));
+ if ( done )
+ out.println("Deleted Question Successfully!"); + else + out.println("Could Not Delete Question!"); + + %> + Click here to go back to questions in the topic. + |
+
| + <%@include file="menu.jsp"%> | +
+ <%
+ boolean done = dao.TopicDAO.delete( request.getParameter("topicid"));
+ if ( done )
+ out.println("Deleted Topic Successfully!"); + + else + out.println("Could not delete topic!"); + + %> + + |
+
| + <%@include file="menu.jsp"%> + | +
+ Topics++ + + |
+
| + <%@include file="menu.html"%> + | +
+ Topics+ |
+
| Username: | +
+ |
| Password : | +
+ |
| + <%@include file="menu.jsp"%> + | +
+ Survey Results+ |
+
| + <%@include file="menu.jsp"%> + | +
+ Topics+ |
+