4,248 Topics
![]() | |
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 … | |
hey any help here would be greatly appreciated! i have bt broadband 1.1mbps acting weird the last 2 days, pages not loading or being very slow etc. ran adaware and spybot search and destroy, norton, xbot etc and its found nothing. using a thomson speedtouch asdl modem version 35720370, windows … | |
Hi, I own a multiplayer gaming site and the games on it I bought. It came with a gaming lobby and the games themselves, with the backend server stuff too. However, my knowledge of java is a bout as extensive as a three year olds knowledge of Father Christmas not … | |
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 … | |
hey any help here would be greatly appreciated! i have bt broadband 1.1mbps acting weird the last 2 days, pages not loading or being very slow etc. ran adaware and spybot search and destroy, norton, xbot etc and its found nothing. using a thomson speedtouch asdl modem version 35720370, windows … | |
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 … | |
I am taking a complex exam for school and I have different programming questions I need help with. Any help will be appreciated. Thanks! Here they are: 1) A company with limited cash needs to bring up a Web server. Which OS/Web server combination has the lowest initial cost? A. … | |
I'm creating a JSP page for doing some actions on a database. Everything is working, but I have to add abstract classes as well. When I put the abstraction on a klasse and his two extensions, I get immidiatly a blue HTTP 500 apache status error. HTTP Status 500 - … | |
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? … | |
Hi, Can anybody tell me why in the following peace of code the link does not get hidden when "locationid" is empty? thanks, torsten <%if IsNull(cursor("locationid")) = false then %><A href="javascript:MM_openBrWindow('http://www.mapminder.co.uk/getmap/default.asp?page=viewlocation&locationid=<% =cursor("locationid") %>&source=82YWNH0INZZDY-zIkhkce2L£wY!Pbgx6&zoom=<% =cursor("mapbytezoom") %>','','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,width=585,height=585,screenX=0,screenY=0,top=0,left=0');" onMouseOver="window.status = 'Link To Location Map'; return true;" onMouseOut="window.status = ''; return true;"><IMG SRC="../images/pubs/gpg_getmap_button.gif" WIDTH=58 … | |
hi Can any one tel me how to display seconds in jsp page..here i want to show the user 1 to 10 seconds its quiz program can any one throw some light on this issue :?: | |
I was recently infected with the hacktool.rootkit virus. The file msdirectx.sys has been quarantined by my symantec antivirus, but cannot be repaired. Each time I restart my computer, it detects the virus and quarantines it again. I have included my current HiJackThis log and would really appreciate help getting rid … | |
hi m a student and advance java in my course. and i have to make a project in java but i have no idea about the project in jdbc,jsp please any one have a project in java jdbc or jsp not a big project just minnor project please tell links … | |
Hi, I would like to open a hidden popup window to pass value when user enter the value on the textbox. The popup window will perform operation that call the javabean to retrieve values to be displayed on the form that open the window. how to pass values from popup … | |
I was advised by Crunchie to remove MyWaySA, and Freeprod toolbar I followed the procedure and re-ran HJT. Log below. I do not see any sign of lockx.exe, msdirectx, or hacktool.rootkit. Can I assume they are gone? Thanks Logfile of HijackThis v1.99.1 Scan saved at 11:40:35 PM, on 10/17/2005 Platform: … | |
I got this virus and its affecting IRC too... Its pming people spamming this virus around. The files that im pretty sure are it are a .pif located in C:\ and 2 .zip files named tcn.zip and Norton.zip in my Temparary Files folder. I tried deleteing all the files with … | |
Dear all, I have read the threads before regarding the removal of that trojan, but I don't seem to have anything like that. Please let me know if you see anything on the Hijack this log that follows: Logfile of HijackThis v1.99.1 Scan saved at 11:44:29 AM, on 10/17/2005 Platform: … | |
I ran HJT on Sat based on DMR request. I haven't had any more alerts by Norton. Don't know if I still have problem. Problem might have been associated with lockx.exe, but I dealt with that separately, using AIMFIX. AIMFIX worked in quaranteeing lockx.exe. Is there more I should do? … | |
Hi, I would like to know how to assign and display the value to a column name 'item_name' in first.jsp I have 2 jsp pages - first.jsp , second.jsp. The first.jsp will call the second.jsp and pass in the value. In the second.jsp, I will call the method in the … | |
1) i have written and compiled the EJB server programs in package - statedemo but on generating the deployement descriptors using weblogic builder iam getting an error saying : no j2ee component installed.plz tell me what it means and what to do to run the program 2) with the xml … | |
Hi all, I am trying to check String field if it is null or not to excute some commands. But it is not working ... any help pls ?? String foryear = request.getParameter("foryear"); String decreeno = request.getParameter("decreeno"); I've tried to use : if (decreeno.length() > 1) sqlstr = sqlstr + … | |
i made the following jsp file <%@ page import="mybeans.NameBean" %> <jsp:useBean id="pageBean" class="mybeans.NameBean" scope="page" /> <jsp:setProperty name="pageBean" property="*" /> <jsp:useBean id="sessionBean" class="mybeans.NameBean" scope="session" /> <jsp:setProperty name="sessionBean" property="*" /> <HTML> <HEAD> <TITLE> The UseBean JSP </TITLE> </HEAD> <BODY BGCOLOR=red> <H3> Welcome to the UseBean JSP </H3> <P><B>Page bean: </B> <% if … | |
Hello. Can anyone help me get rid of this! Upon booting up in Windows XP, Norton shows a meesage that this virus has been detected. Heres my highjack this log file. Any help would be greatly appreciated. Logfile of HijackThis v1.99.1 Scan saved at 10:31:14 PM, on 10/4/2005 Platform: Windows … | |
Hi all, I'm kinda new to all this stuff so maybe I'm totally starting off on the wrong foot here... Here is my problem.. I have an acces database residing on the webserver from where I get some information onto my webpages, these pages are asp. The database connection and … | |
I'm trying to set a 301 redirect in my jsp code (this is tomcat btw) using this: <% response.setContentType("text/html"); response.setDateHeader("Expires", 0); response.setHeader("Location", "http://www.mysite.com/record/[B]pleasehelpme[/B] /[B]helpmeheretoo[/B]"); response.setStatus(301); %> the [B]pleasehelpme[/B] and [B]helpmeheretoo[/B] need to use variable values i get from mysql which i would normally express in the application like <%=(((Recordset1_data = … | |
How can I store a javascript variable in jsp session | |
Hey, my IE keeps messing up, i cant use it, so i have to use mozilla firefox (which i prefer anyway, but my brother doesnt) I have scanned it with HJT, and found quite a big log. I was wondering which to fix, and which to leave. Ive attached my … | |
Hi, im really glad im able to be able to get help about this stuff, if you can help me i'd greatly appreciate it. Im running Windows 2000, i have microsoft anti-spyware for spyware removal, and Mcafee Real-time protection. I also have ad-aware, and i have spybot search and destroy. … | |
I am trying to built an application using JSP and MYSQL. The problem is as follows. "signup" table - Schema as CompanyID: Username: Password int varchar :Varchar 1 :A: :xxx 1 :B: :xxxx 2 :c: :xxxx 3 :d: :xxxx "Participants" Table - schema as Companyid :Empname : EmpLastName int : … | |
I have gotten a trojan by following a link one of my friends sent me over aim. I have tried removing it with NAV and AVG, but they cannot remove it. The virus NAV is saying I have is msdirectx.sys. Any help would be greatly appreciated. Logfile of HijackThis v1.99.1 … | |
hello everybody i am writing a jni for some api's in c++ in linux i sending vector as parameter and returning a vector through the same function. all i need to do is read a file put all the lines in vector. pass the vector object as parameter to function … | |
[url="http://www.petefreitag.com/item/455.cfm"][font=Century Gothic][color=darkslateblue]http://www.petefreitag.com/item/455.cfm[/color][/font][/url] [b][font=Century Gothic][color=darkslateblue]Web Development Cheat Sheets[/color][/font][/b] [list] [*][url="http://www.ilovejackdaniels.com/javascript/javascript-cheat-sheet/"][font=Century Gothic][color=darkslateblue]JavaScript[/color][/font][/url] [*][url="http://www.ilovejackdaniels.com/css/css-cheat-sheet/"][font=Century Gothic][color=darkslateblue]CSS[/color][/font][/url] [*][url="http://home.tampabay.rr.com/bmerkey/cheatsheet.htm"][font=Century Gothic][color=darkslateblue]CSS[/color][/font][/url] [*][url="http://www.ilovejackdaniels.com/resources/colour-chart/"][font=Century Gothic][color=darkslateblue]Hex Codes[/color][/font][/url] [*][url="http://www.psacake.com/web/dy.asp"][font=Century Gothic][color=darkslateblue]HTML[/color][/font][/url] [*][url="http://cdburnerxp.se/htmlcheatsheet.pdf"][font=Century Gothic][color=darkslateblue]XHTML[/color][/font][/url] [*][url="http://www.cookwood.com/html/extras/entities.html"][font=Century Gothic][color=darkslateblue]HTML Entities[/color][/font][/url] [/list] [b][font=Century Gothic][color=darkslateblue]Databases / SQL Cheat Sheets[/color][/font][/b] [list] [*][url="http://www.ilovejackdaniels.com/php/mysql-cheat-sheet/"][font=Century Gothic][color=darkslateblue]MySQL[/color][/font][/url] [*][url="http://nparikh.freeshell.org/unix/mysql.php"][font=Century Gothic][color=darkslateblue]MySQL[/color][/font][/url] [*][url="http://www.technochallenged.com/oracle-8-cheat-sheet.html"][font=Century Gothic][color=darkslateblue]Oracle[/color][/font][/url] [*][url="http://www.3gwt.net/demo/SQL_redux.html"][font=Century Gothic][color=darkslateblue]SQL[/color][/font][/url] [*][url="http://www.selectorweb.com/sql_sybase.html"][font=Century Gothic][color=darkslateblue]Sybase[/color][/font][/url] [/list] [b][font=Century Gothic][color=darkslateblue]Language Cheat Sheets[/color][/font][/b] [list] [*][url="http://www.petefreitag.com/cheatsheets/coldfusion/"][font=Century Gothic][color=darkslateblue]ColdFusion[/color][/font][/url][font=Century … | |
Hello, I have been experiencing various problems on my computer, from random crashing/rebooting to unacceptable latency levels and program malfunctions. After several times trying to run HJT without it freezing up, I produced this logfile: Logfile of HijackThis v1.99.1 Scan saved at 5:31:58 PM, on 9/6/2005 Platform: Windows XP (WinNT … | |
I have been trying to fix this problem for months. Most advertisements on IE have "The Page Cannot Be Displayed" and I also get this problem when I try to open too many windows. For example, looking at NFL.com, after three page changes, sometimes I will not be able to … | |
Dear daniweb. Hello people. Am getting a lot of web pop ups. Downloaded and ran HijackThis. Have posted the log to learn what to do to slow/stop them. Have HijackThis in its own folder, system is updated, have anti-virus, Anti Spyware and backups running. Thank you... ============== Logfile of HijackThis … | |
Hi All, I am new to java/jsp. I have made a jsp page. And i have included the java code in jsp itself using <%,%> tags. Now i want to move the code to java files keeping this as plain jsp. I think i need to use java beans.Can anyone … | |
[CODE] <html> <head> <title></title> <script> if(navigator.userAgent.indexOf("Firefox") != -1) { window.location = "secondLayer/indexFF.htm"; } else if(navigator.userAgent.indexOf("MSIE") != -1) { window.location = "secondLayer/indexIE.htm"; } else if(navigator.userAgent.indexOf("Netscape") != -1) { window.location = "secondLayer/indexNS.htm"; } else { window.location = "secondLayer/indexX.htm"; } </script> </head> <body> <p>Please wait while the browser redirects you...</p> </body> </html> [/CODE] … | |
Hi, I would like to check with you how JSP codes residing in js function works. How can I get the 2nd select stmt executed based on the values retrieve from 1st select statement and the conditions pass in to this js function How can I get the select statement … | |
hi, im just a newbie web developer. in the page im working on with, there's a textarea and a remove button. :-| the textarea displays the records selected from checkboxes. my problem is this... :sad: i have a remove button and i want it to function this way. wen clicked, … | |
how can I store the value of a javascript variable in jsp session | |
Hello, I have a menu.jsp included in all the jsps. When I click a link in the menu it calls the respective page and the menu.jsp is also refreshed. I want to write a java script to highlight the menu link that was clicked. But since the menu jsp is … | |
please assist me in doing this assighnment. To design and implement an applet that graphically displays the processing of a selection sort. use bars of various height to represent the value being sorted. Display the set of bars after each swap. put a delay ib the processing of the sort … | |
Can anyone help me in this matter i am looking for a code to connect my MS SQL so i need the APPROPRIATE SQL SERVER DATABASE CONNECTOR . i have a download which only works with MySQL ,and i do need help with the MS SQL one Thank you in … | |
Hi Is ther any open source code for Spell check in java script or java so we can integrate with html or jsp pages for spell check of TextArea on the form Thanks & Regards Prasanna | |
My friend is running an Inspiron 1150 w/ SP2 with a lotta lotta lag. I read the thread about this that's linked to from the XP forum here... no dice. Also ran through the advice on cleaning a computer here... just hoping someone could spare a minute to look at … | |
Help, my computer seems to be running slower every day. it has trouble loading pages and bringing up something once i have clicked on it. Its not normally this slow with DSL. Logfile of HijackThis v1.99.0 Scan saved at 9:20:03 PM, on 3/1/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: … | |
Hi, Can any one tell me how to use a Java Object in a JSP file i.e I have written a connection class and want to instantiate an object of this class so that the JSP can connect to the database. Do I have to import it or include it … |
The End.