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

11 Posted Topics

Member Avatar for vijaysdon

Yes u can do it but u hv to speicify from where do u want to display the list of all the the male members if u want that value to be get from the database then u can use ajax from ur current jsp page This is the Demo …

Member Avatar for peter_budo
-2
2K
Member Avatar for sriups

Use Ajax for your reqirement i am giving solution to your problem first create 2 jsp for your reqirement first you show the one list itemname in the first jsp page when user select the option from the list ,call ajax function in the first jsp page ,and reterieve the …

Member Avatar for amarjeetsingh
0
1K
Member Avatar for mamatachaudhari

Create the variable in the javaScript and store the value in it then use it [code]function changeQuantity(form,productCode,index) { var z=productCode; var y=index; lengthOfItems=form.productCombo.options.length; lengthOfProducts=form.productCombo2.options.length; alert("index"+index); changeItemValueNew(form,z,y); }[/code]

Member Avatar for mamatachaudhari
0
4K
Member Avatar for sunscreencert

[code] <html> <head> <script language="JavaScript"> function checkedOne(str) { var len=document.f2.appStatusDescription.length; for(var i=0;i<len;i++) { if(str==1) { if( document.f2.appStatusDescription[i].value==0) { alert("This code is going to the checked ,Prepaid radio button"); document.f2.appStatusDescription[i].checked=true; } } } } </script> </head> <body onLoad="checkedOne(1)"> <%-- here in checkedOne function you have to pass the parameter which is …

Member Avatar for peter_budo
0
3K
Member Avatar for rlaknar

[QUOTE]hi friend for downloading the files on your server Give the full path of the file in the Jsp page which will locate on the server[/QUOTE] [code] <a href="www.yourserver.com/java/chapter.txt" >Download file</a>[/code] [QUOTE]if you want to download the file in the zip format then you must upload the file in the …

Member Avatar for rlaknar
0
134
Member Avatar for gunman

[code=Java]ArrayList final = null; StdprdDAO DAO = new stdprdDAO(); final = DAO.getPFP(); there is no need of For loop For(int i = 0; final !=null && i<final.size() ; i++) { columnsVO VO = null; VO = (columnsVO)final.get(i); String p1 = (String) VO.getProduct(); String p2 = (String) VO.getFamily(); String p3 = …

Member Avatar for amarjeetsingh
0
198
Member Avatar for smsamrc
Member Avatar for Grn Xtrm

Hello, I'm trying to write a program that evaluates a postfix expression using the vector class. I have done this successfully using stacks but I am experiencing trouble with vectors. Here is the error message I am recieving: I:\vector.java:26: type Vector does not take parameters public static int evalPostfix(String str, …

Member Avatar for Grn Xtrm
0
536
Member Avatar for karan_the
Member Avatar for amarjeetsingh
Member Avatar for javaAddict
0
124
Member Avatar for amarjeetsingh

connection polling in struts based application i have a application,in which, required maximum 50 users when the database connection is happened then i have the requirement of connection pooling in which i create maximum 50 obects for the database connection how can i do it

Member Avatar for verruckt24
0
68

The End.