Forum: JSP Jul 25th, 2007 |
| Replies: 2 Views: 884 Re: how to make dynamic Hi,
I guess,that u might be directly loading the jsp page contents from the session(refreshing). without loading the exact page(servlet/jsp) pages that loads data from database. |
Forum: HTML and CSS Jan 16th, 2007 |
| Replies: 8 Views: 2,401 Re: Selecting a directory instead of file Yes you are correct, but my requirement is ,
1) In an html form I'm getting the local hard drive location in one field
2) In other field getting the name of the file
once the users submits the... |
Forum: HTML and CSS Jan 15th, 2007 |
| Replies: 8 Views: 2,401 Re: Selecting a directory instead of file hi Godfear1,
Thanks for reply,Now it is confirmed that it cannot be done by using a HTML or javascript.Let me try out something in serverside scripting languages.
Thanks, |
Forum: HTML and CSS Jan 13th, 2007 |
| Replies: 8 Views: 2,401 Re: Selecting a directory instead of file hi John Conde,
I got a senerio, where the end users whats to select a directory(folder) to save the file they upload.As of now ,I gave a sentence like "Select a location(folder) where u... |
Forum: HTML and CSS Jan 11th, 2007 |
| Replies: 8 Views: 2,401 Selecting a directory instead of file Hi experts,
Is there any way to select a directory instead of selecting a file using the html tag "input type='file'".How it can done?
If there is any solution please let me... |
Forum: JSP Jan 8th, 2007 |
| Replies: 2 Views: 1,897 |
Forum: JSP Dec 7th, 2006 |
| Replies: 4 Views: 7,353 Re: Problem inserting data into database Hi
It shows that the variables number and name are undefined,So place the
String name= request.getParameter("table_name");
String number = request.getParameter("table_number");
before
... |
Forum: Java Oct 17th, 2006 |
| Replies: 2 Views: 9,269 Reading Excel File using JAVA Hi experts,
here in my project ,there is a situation like, to read an Excel file and store in a database using java.
I have an excel file as 10 columns and this is a daily report by... |
Forum: JSP Aug 1st, 2006 |
| Replies: 1 Views: 1,983 Auto loading a jsp file Hi experts,
Here there is a requirement like autoloading a jsp file, once a day without any human intervention. A JSP file should be executed daily at a particular time automatically.
I'm... |
Forum: JSP Jun 13th, 2006 |
| Replies: 14 Views: 15,997 |
Forum: JSP Jun 7th, 2006 |
| Replies: 14 Views: 15,997 Re: Automatic mail using jsp and javamail Thanks for your response, the sample code given by you is to send a mail using javamail API and my problem is, that mail should be send in a scheduled time.
for example: every, week end. (or) by... |
Forum: JSP Apr 24th, 2006 |
| Replies: 14 Views: 15,997 Automatic mail using jsp and javamail hi experts,
Here there is a requirement in my project, like sending a automatic mail to a particular person,at particular time.
for examples:
If there is an... |
Forum: JSP Apr 22nd, 2006 |
| Replies: 3 Views: 2,180 Re: java bean I'm not clear about, your bean configuration. place the class file in a package(dir) inside WEB-INF/classes. Be clear with the package name and the class name you are using.Access the bean via jsp... |
Forum: JSP Apr 20th, 2006 |
| Replies: 1 Views: 2,625 Re: JSP Hosting hi,
plz visit this url www.eatj.com they are providing free jsp hosting with mysql database, but there is limited storage about 20 MB, I hope it will help you for online... |
Forum: JSP Apr 20th, 2006 |
| Replies: 1 Views: 7,739 Autocomplete using javascript and jsp hi all,
here I'm having a problem, When u type a letter on the textbox it shoud display the remaining or matched name from the database, on or below the text box.It is named as... |
Forum: JSP Apr 20th, 2006 |
| Replies: 3 Views: 2,180 Re: java bean hi,
plz visit the site http://java.sun.com/javase/downloads/index.html and there u can download the latest or the version you prefer. Install it in your pc and set the path to the related bin... |
Forum: JSP Apr 20th, 2006 |
| Replies: 9 Views: 11,798 Re: submit button hi muthu maari,
could u plz,elabrate your query little bit.
regards,
techkar. |
Forum: JSP Feb 24th, 2006 |
| Replies: 5 Views: 12,183 |