3,760 Topics
| |
I will start my query with an example. In reverse phone check in 411.com, the link is [url]http://www.411.com/10668/search/Reverse_Phone?phone=770-399-9110[/url] and so I can add a Textbox in Visual Basic and get the phone number from the user and use a web browser to search the phone number without having to go … | |
i need to link my application(program) to the management interface of the switch i need to control the switch with the help of my program I need to give the report abt the utilisation of the switch plz help me in this regard | |
I'm a new web designer. To start my website ,i cant get a free host for my JSP page. Help | |
I need to reserve a resource for a particular period of time,When i finished in specify the date & time (ie start time and end time). I need to give a report for the particular day by displaying the timing details visually( ie by shading the cell) in the table … | |
I have several links <a href> in a JSP page.these links are to be passed in a parameter and retreived in the next jsp page.problem is that in future some other links may be added.So I need to pass these links dynamicalln in <a href> Need help..... | |
Does ne1 have an already made script for a blog to put on ur page!i had a blog but it only let me post not the ppl visiting the site :mad: ! if you do have a premade code plz post it! | |
I have tried to connect my JSP codes to my database server but i seem to get an error saying that it cannot locate the driver. My normal java codes to retrieve data frm database works fine but not my JSP codes. I m a bit lost in the configuration … | |
Hi there, I have a problem in my **controller.jsp** This page aims to retrieve the device's status from my database to display on the form. After that it will update device's new status when my customer wish to change the status. So I declared a **String array status []** to … | |
Hi I use the tag library and i have following Problem. [COLOR=Magenta]<c : out value="${nickname}"/>[/COLOR] Output of this statement is [COLOR=Magenta]${nickname}[/COLOR] and not the value of the variable [COLOR=Magenta]nickname[/COLOR]. I have no clue what i m doing wrong. jar's and tld's are in the right directory. Following is on the … | |
Hi, I want to pass pipe seperated response values, received from a url, to another url and at the same time want to insert values in a database through jsp. Can anyone help on this ? :sad: Thanx in advance! Udayan | |
my problem is i have three classes file that all is javabean package file which is bgoc, common, mrs. when i run on the tomcat 5.5, error detected on my few of jsp file. the error detected is like this: "org.apache.jasper.JasperException: Cannot find any information on property 'EmpName' in a … | |
Hi, I reside in Florida. I have completed a few Sun Java certifications and have a knowledge of JSP, Servlets and EJB. But I have no practical experience. Currently, I do not have the authorization to work, and so I plan to volunteer and join a team of developers to … | |
how to access an array declared in a jsp and to use in servlet i have done like this: declared an array of size 3 and in servlet declared a variable initialized to null and assigned to request.getParameter (arr[i]) but its not working .is it correct | |
hi I am new to jsp . I want to know how should I can attach a folder/file in my jsp page | |
Hi, I would like to find out how to call javabean from jsp page with passing values upon onChange event. Pls provide example if possible | |
i am very new to java.i was coding on asp and php i wnat to learn jsp but i m getting confusion. i can see jsp,jee,jbos,javabeans ext. any one pls help me what i ahve to learn how i have to start? thanks :-| | |
I have a href in my JSP.... say page1.jsp --------------- <a href="<%=response.encodeURL(FRONT + "/RemoveReport?reportTemplateName=Test123#&'")%>"> In my second JSP ------------------ I have String reportTemplateName1 = request.getParameter("reportTemplateName"); Now what is getting stored in reportTemplateName1 when i an printing is Test123. I am also trying to pass Test123#&' and then also its not … | |
hi im new to jsp iam using netbeans. I have a image in C: called w.gif. in index.jsp i have <img src="C:/w.gif" alt="W"> but it doesnt show the picture. any help? thanx | |
Please help I keep getting this error message after compiling the following SimpleList.java C:\jakarta-tomcat-5.0.28\webapps\Ch04\WEB-INF\classes\Ch04>javac SimpleList.java SimpleList.java:21: cannot resolve symbol symbol : class Questions location: class Ch04.SimpleList Questions questions = new Questions(); ^ SimpleList.java:21: cannot resolve symbol symbol : class Questions location: class Ch04.SimpleList Questions questions = new Questions(); ^ 2 … | |
hi does any1 knw how to put the path for servlets in netbeans. it is located in src/java/controll/servlet i have this in my code action = "servlet/controll.servlet" but it says directory not found thanx | |
Hi all I'm using Business Objects Crystal Reports.I want to add my Custom print image and javascript.I can remove the default toolbar.But I cant able to add the custom javascript to the image i inserted in the crystal report.Please Help. | |
Hi all, I'm a newbie of JSP programming... I've a great problem (but for you surely is a little thing)... I get an error on the last version of Tomcat with my webapp (weird but with the older 5.4 it runs perfectly...) this line in my index.jsp is the source … | |
Hiya all ive decided to do my final year project designing an online music video library that will allow multiple access by many users to the same files that will be highly available, with facilities to access the video library by pc, pda and mobile phones. i want to concentrate … | |
Hiya this is Brims i need an idea for a final year project computer science, nothing too hard time is running out. I want to use either php or asp with database cant seem to think of any applications can someone help please. I was thinking of doing an online … | |
I can't figure out what I am doing wrong. I am learning JavaScript and am lost. Can someone please offer guidance. :confused: <html><!--Kimberly R. Owens--> <head> <title>Jennifer's Floral Garden</title> <SCRIPT LANGUAGE="JAVASCRIPT"> <!--Hide from old browsers function roller() { var banner = new Array("images/florist.jpg", "images/florist2.jpg", "images/florist3.jpg"); var banctr = '0' if … | |
i want to know how we can connect from jsp in web-inf folder to a servlet inside the classes folder . what is the diffference if we connect to database by a -servlet and a ejb?which is the best .when are they best.why is jsp used to refer to a … | |
:cool: hi,iam working with sqlserver and i want to connect to jsp file i know the code but inorder to connect we also need some jar files how to set the path in tomcat? :?: | |
Hi, can anyone suggest any clue on this. I am trying to display info on a JSP page. The problem is if the DB date is null then I get the error message below. java.util.Date loginTime=new java.util.Date(login_time); the login_time is a Oracle DB date. Now I want to somehow skip … | |
hi how can i search a string inside a doc file ...for example ..say i have three doc files and two amoung them contains a word [B]'java'[/B] . i want to bring up the results with the file name which contains that...i think its clear .. ;) can anyone give … | |
I have 2 text field in a form. 1st field for input date. I want to use onclick event handler for 2nd text field. When user click 2nd text field then show up the value of 10 days before the input date in 1st field. how do i do that? … |
The End.