4,248 Topics
![]() | |
How do you distinguish between numbers that are add and even in javascript? i searched a whole jscript book and web for it but couldn't find any info. | |
hi, i just installed j2ee 1.4 on my pc (windows xp). i've set the path/class path as follows - PATH = C:\Sun\J2EE1.4\AppServer\bin;C:\J2SDK1.4.2_08\BIN CLASSPATH = .;C:\Sun\J2EE1.4\AppServer\lib\j2ee.jar And i've added JAVA_HOME and J2EE_HOME in both environmental and system variables as - JAVA_HOME = C:\j2sdk1.4.2_08 J2EE_HOME = C:\Sun\J2EE1.4 the problem is, whenever i … | |
Hi, I am trying to make a simple jsp program which eneters data eneterd by user in an html form called main.html. This is the code for main.html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> Benthic_query </TITLE> </HEAD> <BODY> <form METHOD = POST ACTION="dataConnection.jsp"> Enter the name … | |
[B][COLOR=black]i try to design web page using jsp , i use net beans tool i need video to learn more about jsp ? could any one help me ?[/COLOR][/B] | |
please some tell me which book is relvant to create online voting system using jsp thankyou | |
Hi... Ok I have created a form which posts data into a mysql database. I can then read that data from the database with another page. I am trying to add russian text to the database... it says it has been added but it comes back as ????? I can … | |
Hi, I am trying to insert a record in a mySQL 5.0 database through a JSP. I am getting an error that the format is invalid. I don't know how to manipulate the code using Java itself. Can anybody guide me? Thanks VDhara | |
I need video to learn more about jsp, Could you help me ?because i should build distance learning web:eek: ,Thanks | |
Can someone post a code of a login page using just jsp with cgi or perl only? | |
Hi to everyone..This post is quite urgent to be honest. I need to make an application, like a simple web browser. Its gonna be like a text field where the user enters the url, a text area where the source code of each web page is going to be displayed … | |
hi im new to jsp i have to connect oracle database 8i with jsp page i want step by step tp connect into oracle database i already refered many threads in this blog as im new to jsp i cant get exact procedure can any 1 give me step by … | |
hi..every body...i'm a new in java and jsp...can anyone help me to solve my problemm.... now i start to learn java and jsp.....i have create a very simple project that use jsp for the interface and java for process the data input from the interface..... i have create 2 attribute, … | |
using MenuComponent and MenuRepository how to create tree structure with n number of directory and subdirectory in left side. if so by clicking a subdirectory or a directory the files inside directory musrt be displayed in right side. give me a solution with code. the directory,subdirectory and files are fetched … | |
I would like some assistance with knowing what to fix or delete within my logfile. Can anybody help? Logfile of HijackThis v1.99.1 Scan saved at 12:51:58 PM, on 10/30/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\Program … | |
Hi, I'm trying to include non-lating characters in a jsp application, is there anything I should know about? because leaving it alone just doesn't work, setting the page content to "UTF-8" or any other encoding just doesn't work......what else is there? I noticed that the sun forum (my application is … | |
Hi I'm using JSP with Mysql.The Compile time no error.but in the run time the exception has been thrown, java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver i've set the classpath as well and i've attached jar file in the tomcat lib directory These are the class path settings C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\servlet-api.jar;C:\Program Files\Apache Software … | |
Hi Anybody can resolve my request for printing the webpage using javascript without asking for print dialog box properties , directly using the default printer setup in our local machine. Please revert back if any concerns. Regards, rathna | |
What is API in Java? and does C programming and C++ has it? or all software like C,C++, C#, JSP, ASP, ASP.NET has API? And what is software Library? | |
My computer has been running really slow. I have AVG, Spybot, and Ad-Aware.. I run them multiple times a day, in safe mode, but the same stuff keeps coming back. I am posting my hijack this log. I would really appreciate it if somebody could take a look at it, … | |
Well not really psycho..... I am from Scotland, 37. I work as the IT/Software department in a, ack, marketing company. Used to teach in a Uni but no money in that, and no job security. Technology used for work daily - Java, JSP, MySQL, Tomcat. Occasionally VBA (which I hate, … | |
Hello evarybody, I'm new member. I've just training JSP + Servlet + java Bean. I need some tutorials explain it in order that it can support me to develop a jsp site with JSP Modal II. Please show me some link to find it out. Thanks for your supports! [URL="http://com-travel.ws"]Tuan … | |
I'm trying to cycle through a series of dynamic fields and update the value to the database. But the value of the last field is the one retrived and updated to all fields in the loop. How do i solve this problem. Thank you so so much for your help. … | |
I'm trying to create a list to record student grades into the database. I'm able to pull out the names from the database and create a table with textfields in it to input the data into. This is the code i'm using for(int i = 0; rst2.next(); i++){ ....... <th … | |
Hi all, I am having a little problem with regular expression. I have a change password application and I want to make sure the password contains at least one numeric character. The regular expression that I am using is, [a-zA-Z]+[0-9]+|[0-9]+[a-zA-Z]+. If I put in "testing", it would return false, which … | |
i calling the method to display in web browser using JSP....ii have create the piechart using java code and save it ask JPEG......i just want to use JSP to calling and dispaly the method and display the JPEG pie chart in web browser..... anyone who can help me here i'm … | |
Hi all, My code is as follows [code] <a href="/web/contacts/contactSearch.jsp">Search</a> [/code] when i click this link, it will go to contactSearch.jsp. I want to send an action to the servlet when clicking this link, and display the data from the servlet on the contactSearch.jsp. The data I mentioned is a … | |
am trying to delete a record but I have this message: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'ProductID = , 1567'. /salem/pages/fresh_food/TMP3rfr35u5pa.ASP, line 74 I looked at the meaning but so far I can't see that … | |
I'm trying to stop a search page returning results without page titles. I'm trying to write an if statement to tell it to skip the record in this case. My code is <table border="0" width="99%"> <cms:pageList> <% if ('<cms:page display="title"/>' != null) { %> <tr> <th class="pageAbstract"><a href="<cms:page display="href"/>">View <cms:page … | |
Hi People . I Just Installed Weblogic I Want To Know How To Save And Run A Jsp File In The Weblogic................ I Am Very New To Web Ligic | |
Hi there, I just had a friend install Tomcat for me on my Apache server at school and it's working great with the test .jsp page I created... until I started to use the <jsp:include> tag. Here's my source for "index.jsp": [code] <html> <head> <% String title = "Hello World!"; … | |
Hi, When i start my tomcat , not able to create the context file.. and It didn't started session in tomcat.. I am getting the following error , pls anyone can resolve this.. In the console i got the below error. [COLOR=#0000ff]Sep 26, 2006 12:30:43 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Skipped … ![]() | |
hi respected friends, i have strucked with out this feature in my project. Please help me,and me sample code if u can . i have a JSP page which is having two combo boxes,in this page my main aim is: in my first combo box if i select one courseID … | |
Hi, I am faced with this problem in iPlanet Web Server 6.1 SP6. This works correctly in Tomcat 5.5.17. I am using the following directive in my JSP page to display a dropdown menu: [code] <html:select name="fieldsPerson" property="language"> <jsp:directive.include file="/myFolder/myFile.html" /> </html:select> [/code] The drop-down menu is displayed correctly, but … | |
Hi I have a difficulty in insertion data. I wrote my html code (a form in it) and jsp code to get the form data and insert it to database. I don't get any error message but it doesn't insert data to database. My code is below. Where am I … | |
Hi friends, I have turned scrolling off in one of the frames of my webpage having id bottomFrame. But I want to turn scrolling on when a long web page opens in that frame using javascript. parent.bottomFrame.style.scrolling="yes"( I hope the syntax is correct) doesn't works. | |
[B]Intro[/B] Today more and more developers want to write distributed transactional applications for the enterprise and leverage the speed, security, and reliability and server-side technology. If you are already working in this area, you know that in today’s fast moving and demanding world e –commerce and information technology, enterprise have … | |
[B]Intro[/B] The Sun Microsystems’s Java Server Pages technology allows you to rapidly develop and easily maintain rich, dynamic web pages. As a part of the Java family, JSP enables development of web based applications that are platform independent. The web applications build using JSP technology works with a wide variety … | |
I am getting the following messages on the taskbar, as well as other security alert popups, ads, and a "protection bar" in internet explorer that I cannot remove. I have used XoftSpySe to remove other problems but cannot get rid of these, I have also downloaded and scanned with HijackThis … | |
Hi , i had data in my server folder.can i have any way to check whether that data is image data or not in jsp?.I can do it by checking whether its extension is jpg ,gifor bmp like wise.but we can have somany formats of image data.so apart from that … | |
Hi , I had created a new session in loginpage.I invalidated that session in logout page.if i goback by back button previous page is displaying.how can i rectify that problem.Its my requirement to display session expired message when i tries to go back throw back button after logout.please tell m … | |
Hi Everyone: Dani Horowitz was kind enough to let me post a job opportunity here in your forum. I work with a National Direct Placement and Contract Staffing firm near Portland, Maine - MOUNTAIN LTD. I'm currently working on a search for a Sr. Developer for a wireless company in … | |
Hey again, Im seriosly having difficulty displaying the current date and time in java/jsp. THis is the code im using to get the date and time: public static void main(String args[]) { Date date=new Date(); SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yy"); String strDate = sdf.format(date); System.out.println(""+strDate); } but nothing seems to … | |
hi everyone, i am new to this forum..so kindly help me get along.. ok here is the cake... i have joined a new project recently and i am having problems coding in JSP. can anyone guide me through it.. i actually need to write a JSP to allow multiple selections … | |
I have a jsp which has a browse field. I open the browse popup using javascript. In that popup I have folders too, onclick I need to expand or collapse. THe expand - collapse code is written in jsp. How to call this jsp code on click of the expand- … | |
Hi experts, In my struts application, I have aJsp page which receives some keywords based on that it has to search my local file system(C:\,D:\,E:\........). How to do this? Help me with some code. Thanks a lot in advance | |
Hi experts, In my application, I have a JSP page that receives some keywords based on that the searching is to be performed on my local system(All disks like C:\,D:\,E:\...........). How to do this?Its urgent Help required | |
I have been taking some web component courses from Sun to help with the cert exam. I have to say that I really do not understand what is so hard about learning Java/JSP web development and how much weight is given to a certification. I'm not at all ripping on … | |
Dear all. greetings here is the code snippet for student database search. whatever number i enter in the textbox,it says that student details r not found. please verify it. HTML code [code=html]<html> <head> <title> Student Search </title> </head> <body> <form method="POST" action="http://localhost:7001/jsp/result.jsp"> <table align="center" width="50%" border="0" cellspacing="4" cellpadding="4"> <tr> <th … | |
Hi all I'm a newbie of jsp. I need to generate a bar chart in jsp. I searched from google and found many people talk about jfreechart. But how to do? Would you like to give me some sample code? Thank in advance |
The End.