- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 4
- Posts with Downvotes
- 3
- Downvoting Members
- 4
11 Posted Topics
Re: 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 … | |
Re: 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 … | |
Re: 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] | |
Re: [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 … | |
Re: [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 … | |
Re: [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 = … | |
| |
Re: 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, … | |
String test="abacedabcedbcdea" find the frequency of a , b ,c ,e and d | |
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 |
The End.