3,747 Topics

Member Avatar for
Member Avatar for spidey

hi, im just a newbie web developer. in the page im working on with, there's a textarea and a remove button. :-| the textarea displays the records selected from checkboxes. my problem is this... :sad: i have a remove button and i want it to function this way. wen clicked, …

Member Avatar for hooknc
0
119
Member Avatar for muktidaniweb
0
85
Member Avatar for faridah

please assist me in doing this assighnment. To design and implement an applet that graphically displays the processing of a selection sort. use bars of various height to represent the value being sorted. Display the set of bars after each swap. put a delay ib the processing of the sort …

Member Avatar for hooknc
0
127
Member Avatar for wchitamb

Can anyone help me in this matter i am looking for a code to connect my MS SQL so i need the APPROPRIATE SQL SERVER DATABASE CONNECTOR . i have a download which only works with MySQL ,and i do need help with the MS SQL one Thank you in …

Member Avatar for hooknc
0
165
Member Avatar for prasanna_godugu

Hi Is ther any open source code for Spell check in java script or java so we can integrate with html or jsp pages for spell check of TextArea on the form Thanks & Regards Prasanna

Member Avatar for hooknc
0
86
Member Avatar for dmissai

hey i am try to design webserver by using java /C++ programming or any programming language so if any one interesting to assist me i am attaching source hear .you can use plugs in to access source code by using any programming language

Member Avatar for server_crash
0
111
Member Avatar for ripdeath987

First of all thanks everyone for the replies...They helped a lot. Now I want to mail multiple files as attachments also on 1 button touch...And how do i create a Directory to store files that I save . So far i have written this code but maybe you can upgrade …

0
96
Member Avatar for grajeshmsc

Hi All I want to validate the format of file path using struts.That is if the user gives c/:Test.txt instead of c:\Test.txt.PLz Help. Thank you

Member Avatar for mmiikkee12
0
153
Member Avatar for samrat_cs

Hi all, I have designed a Form in PDF using Adobe Designer 7.0. That will be linked within every user account in intranet, which is developed using JSP and running by Tomcat 4.0.1. There are some fields in PDF form like "User ID","User Name". After login to the account,user can …

0
59
Member Avatar for samrat_cs

I am encountered with the Problem in using getAttribute() in JSP. In JSP, getAttribute( ) does not show value properly from Java Beans but after refrash it shows.There is no error in coding Java beans and JSP as well. I am using Tomcat 4.0.1. Is it problem of web server …

0
95
Member Avatar for mmiikkee12

I just got a JSP hosting account and I'm wondering how I can connect to the PostgreSQL DB and execute queries. According to the host's FAQ, the database URL is: jdbc:postgresql://localhost/username,username,password .

Member Avatar for mmiikkee12
0
130
Member Avatar for yulka2

Hi, My jsp form has a table that has 7 columns, one of them is a "Comments" textarea field. Is it possible to display Comments field beneath/under first 6 columns, that it will look like a separate row and display it ONLY when radio button on the row has been …

0
75
Member Avatar for elimera

I wrote a JSP page that connects to a Oracle database. I did a SELECT statement to find out procedures and I printed the procedure into a form. In this form I can modify the procedure and save it. Then I created a sql statement to modify the procedure and …

0
65
Member Avatar for kokliong

hi all, i want to create an on screen keyboard that running on linux. can anyone give me some idea or sample application on that. thanx.

Member Avatar for techy
0
92
Member Avatar for nishanth

allright here is my question!!! if i have a login page with user name and password and i have a situation where in two users are logging in with the same id with a little time gap though (assuming that the other user is still logged in) how will u …

Member Avatar for techy
0
112
Member Avatar for Kuldeept

Hi All, I am working in jsp,and there is an image on my webpage.The image is created dynamically based on the data on the webpage.The scenario is like this. 1.I make some changes in my web page data and press recalculate buuton on the page. 2.this resubmits the page and …

Member Avatar for techy
0
115
Member Avatar for server_crash

I've created an html form that allows the user to login, or register. Here is what I've thought about(just for the registration page, not login): HTML FORM --> servlet ---> servlet calls java class that verifys the data, and shoves it into the database... ----> Makes a few tests --- …

Member Avatar for server_crash
0
107
Member Avatar for keibi

Hi, This is one of those dumb newbie questions, I'm afraid. I'm trying to learn Servlets/JSP by making a small application that allows you to register yourself as a user. I'm using the latest tomcat version for this, and I'm using a linux environment. For some reason, when I try …

Member Avatar for keibi
0
106
Member Avatar for mark_terri

hey I am trying to understand java server faces ... if anyone of you has any sample (may be for the beginners... anything?) application ... can you plz mail to [email]cyber_corleone@hotmail.com[/email] plz also tell mewht I need to do in order to execute the application ...

Member Avatar for bpk
0
142
Member Avatar for saiteja

hi.. I reached to the end of my project..but still struggling with date time issue in JSP... I am using mysql as database... simply to say my question is, how to insert and retrive datetime from database to my JSP page...can anyone put the code for that..i will be the …

Member Avatar for cheenu78
0
133
Member Avatar for Bob Bamburg

Help... I have just been presented with the responsibility of supporting a JSP application. The person who was handling EVERYTHING has left us (Rest his soul) and did not leave any documentation. The first thing I need to do is create a backup server and copy the application to it. …

Member Avatar for jwenting
0
118
Member Avatar for ili82

I created geographic map with different kind of deposits on it. I want to make it so that when the user moves the cursor over particular deposit, a label to appear (with some info about the deposit in it). How can I do that? Can somebody help me, please... Any …

0
92
Member Avatar for meggsie

Hey everyone, I've got a recordset of terms in my page. I know the recordset has all the terms from the sql table within it because i can get it to print just fine to screen. I need to put the recordset into an array. That way, a script that …

Member Avatar for tgreer
0
443
Member Avatar for jndale

I need a better JSP Discussion Board. The site that I have came from a pre-built software. I had to do a lot of extra coding to change things up but I am having a hard time with the Discussion Board. Everything is in .html and .jsp pages. The Discussion …

Member Avatar for jwenting
0
112
Member Avatar for cetinertas

Hi, I seperated the layout with struts tiles. Now my question is how can I add scrollable feature to the left panel. Although it is inside the table as: <td valign="top" height="100%" width="100%"> <table cellpadding="0" cellspacing="0" height="100%" class="st08"> <tr> <td height="100%" valign="top" style="border-right: 3px solid ;" > <tiles:insert attribute="left.panel"/> </td> …

Member Avatar for jwenting
0
130
Member Avatar for missdiva
Member Avatar for zaman1111

I have a search code from Database. i want to display queries from Database with multiple option. how do i assign variable on both. for example String jsql= "Select * from UserList WHERE '"+abu+ "' = '"+userSearch+ "'"; the full code: <%@ page contentType="text/html; charset=utf-8" import="java.sql.*, java.util.*" errorPage="error.jsp"%> <html> <head> …

Member Avatar for zaman1111
0
227
Member Avatar for paradox814

my question applies to servlets, but i am hoping it is the same for jsp, how do I stop a page from continuing, sort of like System.exit(0); if I do this in tomcat, it will cause tomcat to shutdown (as expected), is there a workaround for this?

0
74
Member Avatar for nelly_1005

i have a sseacrh mode for a mobile phone and i wnat to create the results of query as options so they are selectable, so that when a user selects the option they are taken to that page how do i do this?? do i use a similar code as: …

Member Avatar for adityabakle
0
100
Member Avatar for nandoo

Hi, here i enclosed my coding.i want the dom objects price,qty,oselect,name,sku and upc in the html body tag so that it can be submitted into another pages. here i want each and every element in each row to be collected and sent to the next place not the last element …

0
115

The End.