Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
71% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
4 Commented Posts
0 Endorsements
Ranked #3K
~22.0K People Reached
Favorite Tags
Member Avatar for bhuvan83

hi every1 i m new to website development. just learning it. i have made a code in which i access my database(MS Access). i m able to print the first record of the database on the page. but i m not able to go to next record which i want …

Member Avatar for Vetha
0
235
Member Avatar for sanju21

I have tried rs.wasNull() to check the null value from the database table..but it doesn't work.. pls let me show other ways to check null.. I consider the empty table when i request.

Member Avatar for toughlittleone
0
774
Member Avatar for AnzJ

Hi Guys, this should be a no-brainer. I have a div, and i'd LIKE it to stretch to 100% of my browser window. Unfortunately, it doesn't happen like that. The div shows up, but its very small height wise. CAn anyone see problem with this code? [code] <body> <div id="outerContainer" …

Member Avatar for fenderkris
0
366
Member Avatar for Mohandsa

[I][B]please,help me i want to convert date(string) to date (date time), this date i make setting for day with one (constant)[/B][/I] [I][B]to use it in database i write in html [/B][/I] <html> <head> <SCRIPT type="text/javascript"> function startDate() { var d=new Date() var y=d.getYear() var m=d.getMonth()+1 var day=1 var date=m+"/"+day+"/"+y document.write("date …

Member Avatar for ehassen
0
215
Member Avatar for shaggysc96

I do not much understand what is going on. The iframe is transparent in all browsers but IE. I need to change the background color in IE, of my iframe and cannot figure it out. My code is below. It is pulling from an external file exfile.js. Nothing i have …

Member Avatar for essential
0
2K
Member Avatar for anastacia

hi to all well i know html, css javascrpit php apache and mysql. but now i am learning jsp and I DONT HAVE ANY JAVA PROGRAMMING EXPERIENCE!!!:sad: uptill now i just cant figure out whats java and jsp all about well i know its a serverside scripting for web development …

Member Avatar for raja baba
0
250
Member Avatar for push

what is the difference between session and application scope at jsp. where we use session, application, page. can anybody give examples codes for this.

Member Avatar for rookie446
0
3K
Member Avatar for suigion

Hi All, I want to develope database-driven application using JSP and JRun as the server. THe thing I want to know is how do I connect to the MSSQL Server 2000 database using JSP? What type of JDBC? And how to install the JDBC driver? Thanks in advance... :)

Member Avatar for alimirmd
0
159
Member Avatar for hegRT

Hi there, I have a class that returns a value based on a calculation with in the class 2 of the variables are called from a database, which is working however when I try to output the result on a jsp page ie. calling the property 'rating' I am told …

Member Avatar for alimirmd
0
133
Member Avatar for uninvitedm

Hi. I have a JSP page and I'm having trouble with some parameters... The page has a form containing a listbox, something like... [code]<select name="listnames" MULTIPLE>[/code] Files are browsed for with a <input type=file> object, when this is changed (onChange) the value is added to the listbox. When the form …

Member Avatar for uninvitedm
0
145
Member Avatar for ashitha

hello... i am write a programme for copy file and stores into each another file.like this way i want to copy multiple files.but the error null pointer is coming.. why the value is not displayed?I can't understand null pointer exception.. the code <%@ page language="java"%> <%@ page import="java.io.*"%> <%@ page …

Member Avatar for jwenting
0
179
Member Avatar for ashitha

i am trying for copied the file from a local system to another file.but it displays the null pointer exception.y the null pointer exception is coming.

Member Avatar for rgtaylor
0
339
Member Avatar for iam_rob

Hi all, I'm currently building a login page for a JSP application, I've realised that im going to need to use sessions to recall the username on the login screen for other functionality. Unfortunately i'm very new to the whole web development approach and i've tried searching for guides on …

Member Avatar for iam_rob
0
226
Member Avatar for assoora

[COLOR=#000000]Hi all,[/COLOR] [COLOR=#000000] <br>[/COLOR] [COLOR=#000000]I've a JSP page that has 2 buttons one to bring data from database via a servlet & a java Bean, and the other is a next button.[/COLOR] [COLOR=#000000][COLOR=#000000] <br>[/COLOR] [/COLOR] [COLOR=#000000]i want to show the data from the database 4 rows per a page, i.e. …

Member Avatar for jwenting
0
128
Member Avatar for push

if i am run jsp from my system with tomcat server for one project. and if my friend run other jsp from same tomact server from ther system. My QUESTION IS how can link those 2 jsp file under same project folder but in different system....Please help me for this. …

Member Avatar for rgtaylor
0
79
Member Avatar for chewbacca810

i having been programming for 10+ years now, so I always try to adhere to good programming practices (variable naming, spacing, etc). Yet, almost every snippet of code for JS or PHP that you can pull up goes against those practices. even when writing JS or PHP, where var type …

Member Avatar for rgtaylor
1
353
Member Avatar for push

Please any will u help me..... what is the need of using application scope at the any project for jsp. please give me examples of using application scope. and how to use taglib ..........please give examples which i can run and learn..........please...................................

Member Avatar for rgtaylor
0
104
Member Avatar for amtallah

please i want to convert string to datetime by using jsp and i hope to any one replay Example String s="mm/dd/yyyy" to Datetime s1=s:?: :?: :?: :?: :?:

Member Avatar for rgtaylor
0
118
Member Avatar for sanju21

At which level logging should work in project..show me the ways to use logging concept. I am using role based access in project..

Member Avatar for rgtaylor
0
112
Member Avatar for push

how to call javabean from jsp? i wanted to call javabean from jsp with in my own folder keeping at webapps folder. Pleasssssssssssssss help me for this.................:sad:

Member Avatar for push
0
88
Member Avatar for vinutha1309

hi... how to compile and run a servlet application using Tomcat5.5 ... where to place the class path......and how to run.... After compiling Java file I have placed .class file in ... C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\ROOT\WEB-INF\classes and my java file is in... C:\servlets/HelloWorld.java and i have accessed like this.... …

Member Avatar for rgtaylor
0
171
Member Avatar for akhilesh.nitt

Hi everyone, i m new to JSP, i want to create table in jsp,attribute will be selected by the Excel sheet which resides on server. client will see the table and he/she can edit or reset the table and these modification will be saved on server.next time when same user …

Member Avatar for rgtaylor
0
151
Member Avatar for rinoa04

Hello, I am new to JSP. I need to develop a web system using JSP. I have a few doubts that I couldn't figure out. I understand how to write jsp page by embedding the jsp coding in the same page as the html form. I know this is not …

Member Avatar for rgtaylor
0
91
Member Avatar for ramakrishna172

[I]why include file can not modify the header and cookies.can tell the reason. [/I]

Member Avatar for rgtaylor
0
128
Member Avatar for ramakrishna172

i am intersted to send group object from one jsp to another. In this case can i use vector or arraylist. then why?

Member Avatar for rgtaylor
0
96
Member Avatar for klouis

I have a form on my webpage, Its not inputing the data to the text file and when i click submit there is an error page. What should I do?

Member Avatar for rgtaylor
0
97
Member Avatar for Sukanto

I am unable to debug the following code. I can't find any errors here. I am getting the button but after clicking on it, only [b]Time Remaining: 10000 msecs[/b] is being displayed. In Firefox 2.0.0.3: I checked the error console, it shows [b]timedCount is not defined[/b] on line [b]t = …

Member Avatar for Sukanto
0
154
Member Avatar for SebCachia

Hi, I am having some problems with css on a website that i take care of for my local Scout Troop. I have little idea of css, but have managed so far to put the site together by hacking at a gnu released template. The problems are related to the …

Member Avatar for rgtaylor
0
71
Member Avatar for okparrothead

Hello CSS Experts, As far as I can tell, what I want to do can't be done. Ihave a gallery page that is liquid in width. Instead of liquid widths of thumbnails, when the page is narrow, I'm planning on two columns (or one) of images, but when the page …

Member Avatar for rgtaylor
0
263
Member Avatar for jeet_portal

Hi Experts, I have a small problem in my Projects. I need to insert the registration data into two differnt database table.I am using jsp code to do that opration. Pls Tell me some way in which i can ful fill this requirment. Should i use two differnt connection,Resultset , …

Member Avatar for rgtaylor
0
178