Forum: JSP Apr 14th, 2009 |
| Replies: 3 Views: 619 I am not using session. I just writing the selected answers in a text file and using the text file i am validating the answers.
while going to previous the selected radio value should remain... |
Forum: JSP Apr 14th, 2009 |
| Replies: 3 Views: 619 Hi All,
I am developing online examination process using jsp. The questions and options are fetched from the text files. For each page i am displaying one question and four options. I am... |
Forum: JSP May 22nd, 2008 |
| Replies: 7 Views: 3,310 jwenting , thevudia mahanae, pundai mahanae,
if u dont know anything na keep ur mouth shut and mind ur buisness. |
Forum: JSP May 22nd, 2008 |
| Replies: 7 Views: 3,310 hi all,
i need help from you. i want to upload multiple files to the server. pls tell me how to do this. if anybody has the code pls paste and send without fail.
advance thanks
hidash |
Forum: JSP Nov 30th, 2007 |
| Replies: 1 Views: 1,066 hi,
i am using tomcat server to executing the jsp files. my task is to open an application while clicking the hyperlink it throws an popup error msa Access is Denied.
and also i used the path of a... |
Forum: JSP Oct 16th, 2007 |
| Replies: 5 Views: 10,786 the below code is to list the running exe files in the windows task manager. but i need only the running applications in windows task manager.
if aybody knows pls help me by sending code for this.... |
Forum: JSP Oct 11th, 2007 |
| Replies: 3 Views: 4,144 pls then how can i do that is there any alternative way to do this.
i want to open a word file in the word application using jsp. when i am clicking the button the word file should open and it... |
Forum: JSP Oct 11th, 2007 |
| Replies: 4 Views: 4,348 see i am only a beginner in the computer field just i suggest my thoughts . whats wrong in this .. |
Forum: JSP Oct 10th, 2007 |
| Replies: 4 Views: 4,348 hey while installing the tomcat it ask the path and port no give the correct path and port no u will configured it.
and there are two versions of tomcat server one is 5.0.16 and 5.1.25. the same... |
Forum: JSP Oct 10th, 2007 |
| Replies: 1 Views: 3,902 <a href="sds.doc" class= "addmenu" target="windows_name" onclick="return opendoc();">
check this and lesve ur comment |
Forum: JSP Oct 10th, 2007 |
| Replies: 4 Views: 2,468 check this also
<%@ page contentType="text/html" %>
<%@ page session="true" %>
<%@ page language="java" %>
<%@ page autoFlush="true" import=".*, java.util.*"%>
<%@ page... |
Forum: JSP Oct 10th, 2007 |
| Replies: 4 Views: 2,468 <%@ page contentType="text/html" %>
<%@ page session="true" %>
<%@ page language="java" %>
<%@ page autoFlush="true" import=".*, java.util.*"%>
<%@ page import="java.util.*,java.io.*"%>... |
Forum: JSP Oct 10th, 2007 |
| Replies: 3 Views: 4,144 pls help how to open a file in an application using jsp and it should not open in a browser if possible pls send ur code as soon as possible..
pls help pls help. |
Forum: JSP Oct 9th, 2007 |
| Replies: 2 Views: 6,881 <%@ page contentType="text/html" %>
<%@ page session="true" %>
<%@ page language="java" %>
<%@ page autoFlush="true" import="com.hurix.mhlncms.*, java.util.*"%>
<%@ page... |
Forum: JSP Oct 9th, 2007 |
| Replies: 1 Views: 6,741 The below program is for changing thw values in the database using jsp
<%@ page contentType="text/html" %>
<%@ page session="true" %>
<%@ page language="java" %>
<%@ page autoFlush="true"... |
Forum: JSP Oct 9th, 2007 |
| Replies: 2 Views: 1,727 <HTML>
<HEAD>
<SCRIPT LANGUAGE="JAVASCRIPT">
function doZoomback(sourceobj, destinationObj)
{
destinationObj.value=sourceobj.value;
window.close();
}function doZoom(obj)
{... |
Forum: JSP Oct 9th, 2007 |
| Replies: 4 Views: 10,778 <%@ page contentType="text/html" %>
<%@ page session="true" %>
<%@ page language="java" %>
<%@ page autoFlush="true" import="com.hurix.mhlncms.*, java.util.*"%>
<%@ page... |