No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
15 Posted Topics
Hi raghujosh, i go through you post and I think there is an error in web.xml file content. Here is mine code try it. [CODE]<?xml version="1.0" encoding="UTF-8"?> <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> <servlet> <servlet-name>UpdateDBServlet</servlet-name> <servlet-class>lak.UpdateDBServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>UpdateDBServlet</servlet-name> <url-pattern>/UpdateDBServlet</url-pattern> </servlet-mapping> <session-config> <session-timeout> 30 </session-timeout> </session-config> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> </web-app>[/CODE] …
Dear friends, I am facing problem to integrate facebook in my JSP application. I found a lot of help in PHP but I need in JSP. Please help me and give me some ideas.
Please help me to get All facebook in my application with Javascript only.
Please some one help me to use facebook API. I want to integrate facebook API with my application(Java Application), so that I will able to fetch friend e-mail address and send them mail from my application with the help of facebook API. I go through the official API document of …
I hv design a progress bar, the method start_progrss() starts the progress bas and the method end_progrss() stops the progress bar. I develop two file 1. loginfile.php and 2. downloadfile.php My loginfile.php contain two text fields user name and password. /*********loginfile.php ************/ [code=JavaScript]function mysubmit(){ //code start_progress(); // here i start …
I want to upload a Excel file in PHP. Please give me some url to follow.
I want know more about session and cookies. How it maintain and what is it use using php. where all session variables are stored in differnet web server. How session is maintained in Apache server and ISS server. All depth information about server with example. Please give me some url …
[code=javascript] oSelect = document.getElementById ('s1'); var iNumSelected = 0; var str=""; for (var iCount=0; oSelect.options[iCount]; iCount++) { if (oSelect.options[iCount].selected == true) { iNumSelected ++; str+= "|" + oSelect.options[iCount].value } } alert(str); [/code]
echo "<meta http-equiv=Refresh content=0;url=login.php?nflag=".$nflag.">"; Here i pass PHP variable nflag. Can any body tell me where this variable(nflag) is store. So when i use the statement ; $nflag=$_GET['nflag']; and get that value. Where the value of 'nflag is stored', ans from where _GET[] array is formed. What are the default …
In php file I write ; echo "<meta http-equiv=Refresh content=0;url=login.html>"; Here i load a login.html file. Along this i want to pass a php variable(suppose $nflag) content to login.html file, so that i can use it in javascript within login.html file. Please Help me.
I want to make an image as link, such that when I click on the image a javascript function is called. The whole code is written in javascript. I try this byt it files: aaa=document.createElement('a'); aaa.href="#"; aaa.innerHTML="<img src="downArrow.gif">"; aaa.onclick=function() { moreInfo(this); } here I want when I click "doenArrow.gif" image …
I want to design a progress bar when a file from data base in loading. Any body can help me.
If u want to use the java script variable in php code which is reside in the same file perhaps its not possible. U write the code in separate php file, and call that file as : window.location.href = "filename.php?Value1=" +javaScriptVariable; and in php u can use this variable value …
Hi, I m new in this field. Actually I face a problem, I call a php file from a html file using javascript. I declare a variable in php file,I want to use this variable in the same html file after execution of php file.Please help.
window.location.href = "updateReg.php?idValue=" + idValue; in the above code, I pass just one value "idValue", can i Pass more than one value like this?
The End.
mohammed2raja