| Subject | Date Asked | Expert |
|
| form+javascript+php | 4/22/2009 | Sharon |
Q: I want to make a html form which when submited calls a javascript function that validates the form. ... A: Sorry for delay. I was busy few days back. Here you go. form.html <html> <head> <title>Form 1 ...
|
| window.location problem | 4/22/2009 | Sharon |
Q: I have a javascript function which after finishing goes to another page. The problem is: it goes to ... A: <html> <head> <title>JavaScript function</title> <script type="text/javascript" ...
|
| a bout jsp | 4/17/2009 | Sharon |
Q: 1. What is "java" & what kind of ...made ? 2. How to export data from "jsp" to excel ? A: 1. Java is programming language. e.g. public class HelloWorld { public static void ...
|
| create a web site in jsp | 4/13/2009 | Sharon |
Q: Please tell me how to create web pages in jsp automatically in a web site like in orkut or other ... A: If you know about HTML coding, you should be able to do jsp. I only able to provide you some ...
|
| Javascript forms/multipage-one doc | 4/3/2009 | Sharon |
Q: Is there any way to create forms in javascript, or combine multiple pages in one document? Thanks. ... A: Based on your code, that's in one document. You mean you want to have link to several pages. ...
|
| Javascript forms/multipage-one doc | 4/1/2009 | Sharon |
Q: Is there any way to create forms in javascript, or combine multiple pages in one document? Thanks. A: Sorry for delay, I have been very busy for this few days. There are several way to do it. One way ...
|
| i want the code to print the values from the database to the respected textboxes in jsp | 2/4/2008 | LioneL |
Q: i wanted the code for displaying the values retrieved upon an condition from the backend database to ... A: If one servlet calls another servlet immediately, then using the request scope will make sense. but ...
|
| i want the code to print the values from the database to the respected textboxes in jsp | 1/24/2008 | LioneL |
Q: i wanted the code for displaying the values retrieved upon an condition from the backend database to ... A: I am not clear what you want exactly. So here are two answers based on my understanding - 1. If you ...
|
| JSP code to run perl code on unix | 1/16/2008 | LioneL |
Q: 1) I want to execute one perl code present in unix machine from JSP code running on windows after ... A: 1. try calling Runtime.getRuntime().exec and provide the perl script as an arg to it. That should ...
|
| Problem with tomcat server | 12/6/2007 | LioneL |
Q: I am not sure whether my question matches with your expert area.Please help if you can ... I want to ... A: stop your tomcat process and run /sbin/fuser and netstat command to see whats running on those port. ...
|
| Open a new page on struts action failure | 11/12/2007 | LioneL |
Q: My question is I want somethingg like this. I have one form havein login name and password and ... A: Requirements - On submission connect to the database and do the authentication. If there is an ...
|
| Java Script Error | 10/22/2007 | LioneL |
Q: Whenever i open a website which has a lot of pictures i received a "Java Script Error" although i ... A: I would first request you to check if applets work on your machine. ...
|
| how to call a jsp page from radio button | 10/18/2007 | LioneL |
Q: pleas help me in this issue i am new to jsp when i click on the radio button it should call the ... A: you need to call a javascript function onchange of the <input type="radio" name="radiogroup" ...
|
| question on jsp | 10/17/2007 | LioneL |
Q: i m new to JSP please tell me from where to begin.. thank u in advance.. A: To begin with - improve your java skills, then the j2ee skills. Thinking in Java is a good book and ...
|
| Accessing a remote pc over the internet using JSP | 10/15/2007 | LioneL |
Q: Sir, Actually, i m working on a project(college)which aims at accessing all the data of a remote pc ... A: Ideally you need 1. a webserver running on that machine or 2. a rmi server running on that local ...
|
| Learn JSP | 10/6/2007 | LioneL |
Q: I already work in the software field,I work as a software tester.I am currently learning basic Java ... A: Thinking in Java is a good book and so is the tutorial in the Java site. I would suggest that you ...
|
| access of tomcat 5.5 on lan | 9/28/2007 | LioneL |
Q: I am stuck with a slight problem. All the jsp scripts work fine on the machine that tomcat is ... A: Probably you have a firewall the denies the service, consider either re-configuring the firewall or ...
|
| RE: Forwarding urls in tomcat | 9/11/2007 | LioneL |
Q: I am a newbie to the tomcat world, and I have been reading a lot on the tomcat list and everyone ... A: two options - 1. you should employ the Doorman pattern; forward ALL requests to one servlet who ...
|
| JSP combobox | 8/17/2007 | LioneL |
Q: I have one jsp page form containing one combobox,& 2 textboxes. I want to get the selected ... A: If you want to get the selected value of the dropdown on change of its value, you can call a ...
|
| On click event of combobox | 8/17/2007 | LioneL |
Q: Shall i call a function on the onclick event of a combobox in JSP? If yes ,how? A: a combo supports the onchange event. Here is a sample - <select name="cboTest" ...
|
| Regarding File Handling in JSP | 8/9/2007 | LioneL |
Q: How can i use File Handling in JSP without using database . plz if u have code for it then plz give ... A: I dont understand what you are trying to do! If you have a lot of data on the server, you can not ...
|
| chat problem | 8/3/2007 | LioneL |
Q: do you remember me? I asked about a java chat application before. I have changed my design in which ... A: 1. use a static variable and set it in the application scope. keep appending the values into it. so ...
|
| Export table to excel | 7/31/2007 | LioneL |
Q: now my problem is this i have a jsp who generates an html table dynamically and i want to make a ... A: perhaps you need to write something like (I havent compiled this, try it and correct it if required, ...
|
| about tomcat and jboss | 7/21/2007 | LioneL |
Q: I am new to java and have started learning java, though I have background of programming in other ... A: The best tutorial that exists on java today is its own thats present on the site ...
|
| Printing | 7/20/2007 | LioneL |
Q: Sir, i have a web application i want to print the content of the jsp page using pdf format .The ... A: What you need to do is to create a pdf file first, and then set the mime type to accept the pdf ...
|
| Deploying Servlets in Websphere v6.1 | 7/18/2007 | LioneL |
Q: I'm very new to Websphere Application Server. I want to know the servlet Deployment procedure in ... A: Visit the site. ...
|
| jsp, store values from database. | 6/26/2007 | LioneL |
Q: I have a table in a database in microsoft Access and this table has a column which has two rows: ... A: Based on the code given above, each time pre2 is re-assigned with the latest value of the column and ...
|
| jsp | 6/20/2007 | LioneL |
Q: how to connect a oracle table in jsp page.plz answer me fast. A: just the normal way you conncet to any database using jdbc! try { ...
|
| Help with counter | 6/7/2007 | LioneL |
Q: I am writing this page for users to register and to login, but the problem i have is knowing who are ... A: Sorry, I was out of station and just came back. So, am sorry that I could not reply to you earlier. ...
|
| copying a row to another table | 6/1/2007 | LioneL |
Q: i have a row like this: <tr> <td><img src="../images/spacer.gif" border="0" width="16" ... A: Sorry, I was out of station and just came back. So, am sorry that I could not reply to you earlier. ...
|
| regarding adding row to a table | 6/1/2007 | LioneL |
Q: i have a row like this: <tr> <td><img src="../images/spacer.gif" border="0" width="16" ... A: Sorry, I was out of station and just came back. So, am sorry that I could not reply to you earlier. ...
|
| I need help in jsp | 4/18/2007 | LioneL |
Q: How can i call a jsp function from within the java script code.What is the way to call that ... A: First of all, the cycle of execution must be understood. A JSP is first compiled by the webserver to ...
|
| Continual script errors (I think) | 3/21/2007 | LioneL |
Q: I'd say I'm only moderately experienced with computers and know nothing about programming, however ... A: firstly this has nothing to do with java. its to do with javascript. both are different. though am ...
|
| Java (Sun Microsystems Website) | 2/14/2007 | LioneL |
Q: 14.02.2007 I went to run a bank 'demo' yesterday and was unable to do so. I was directed to Sun ... A: Firstly, i want you to check the following on your machine - 1. a. open cmd or command as ...
|
| IE browser | 2/12/2007 | LioneL |
Q: Is it possible make Internet Explorer so only the outline of the windows is showing ... A: found this code, it may help you <html> <head> <title>Untitled</title> </head> <body> <script> ...
|
| jsp - struts database connection | 2/9/2007 | LioneL |
Q: I already tried the example given in that link. In the method ActionForward execute(..) try { ... A: Sorry dude. Was on vacation. Alright. Perhaps you should see the xml for the number of connections ...
|
| how to add role to the jboss server(4.0.2) or tomcat(5.5) | 2/1/2007 | LioneL |
Q: I want to realize this function within a struts login action(I do not want to use the ... A: qn 1: try - for db roles: http://wiki.jboss.org/wiki/Wiki.jsp?page=DatabaseServerLoginModule ...
|
| java | 1/19/2007 | LioneL |
Q: how to fetch resume data from excel and store it in ms-access give code A: Try this site... http://www.javaworld.com/javaworld/javaqa/2001-06/04-qa-0629-excel.html It gives ...
|
| jspf | 1/3/2007 | LioneL |
Q: can jsp files have .jspf extension and vice versa...?? A: sorry had problems with my net connection and I just saw ur mail... yes they can. but in actual, a ...
|
| What is role of Web Component Devloper? | 12/23/2006 | LioneL |
Q: I am beginner. I have enrolled in sun Microsystems authorized training institute for Java Web ... A: Roles of a web component dev - # Writes & compiles servlet code # Writes JSP & HTML files # ...
|