Hi all,
I've a worksheet[number.xls] with a list of numbers 1 ~ 100 in Excel colums A.
How do I link those numbers in a new worksheet [final_numbers.xls] having 5 Rows * 5 Colums format?
Col A Col B Col C Col D Col D
1 6 11 16 21
2...
Hi all,
Can anyone pls help me with this:
I got this codes "orderby" whereby when user clicks User Name (header) it will order by user name ASC.
Title: View Users
User Name (header) <-- when click, oderby
ABC
DEF
GH
Eh how can i reverse sort, means i clicks once, orderby ASC...
Hi all,
Can anyone help me with this.
I had a page called viewProd.jsp and i wanna my page to work like this:
Title: View Products
___________________________________________________
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
___________________________________________________...
Hi all,
I have these 2 fields: Quantity(qty) and Total Price(total). I want to make my program to work as like when a user enters a quantity say 50, onchange it will auto compute the total price and also at the same time, if the amount is 4 digit say 1000 i want it to be displayed like this...
Hi all,
I need to create a search engine for project using JSP but i'm new to that programming language.
I want my search page to be like there's a text field for user to type in any letters/words and it will look into the database, find the matching query n display the results below(on that...
Hi all,
Here r my problems:
I want to display Contact Date, Company Name n Consultant Name from database table "Contact" which BizInitiative= 2002 Insight GOLDTM.
This's my query:
SELECT Contact.Contact_ID,
Contact.Company_ID,
Contact.Consultant_ID,
Contact.ContactDate...
Hi all,
I have a drop down list with multiple selection. Let say I selected John,Mary and Johnny and saves into a database. When I click the edit button, how can I make the selected items highlighted?
Example:
Consultant Name: John <-- highlighted
Jane...
Hi all,
Here's my problem:
I'd a form page called "contactreport_add.asp" and had a drop down menu to display all Consultants' names with multiple selection (extract from database table Consultants).
Then I'd an action page called "contactreport_add_proc.asp" and I did...
Hi all,
Here's my problem:
How can I make my program to work like :
- When I click on Contact Date it will order by date ASC?
- When I click on Consultant Name it will order by name ASC?
<u>Contact Date</u> <u>Consultant Name</u>
14/10/02 Jane
3/5/02 Alan
Thanks...
Hi all,
Below are 2 radio button to display either Contact type is by phone call or thru' meeting:
<TR><TD valign="top">Contact Type ?</TD>
<TD valign="top"><INPUT TYPE="radio" name="ContactType" value=0
<% ' Check this radio button if...
Hi all,
Below r javaScript codes to check all/clear all checkboxes:
<SCRIPT LANGUAGE = "JavaScript">
<!--
function SetChecked(val, chkboxname) {
dml=document.forms[0];
len = dml.elements.length;
var i=0;
for( i=0 ; i<len ; i++) {
if (dml.elements[i].name == chkboxname)...
Hi all,
I wanna calculate the number of days between 2 input dates.
Below r my codes:
function date(LeaveFrom, LeaveTo, DaysonLeave)
{
var x = new Number(new Date(LeaveFrom.value));
var y = new Number(new Date(LeaveTo.value));
DaysonLeave.value = (y - x)/86400000;
}
This code works only...
Hi all,
I have some problem with dates so can anyone please help.
Below r codes to convert eg. 15/2/02 --> 15th Feb 2002:
function convDate(QDate)
{
var dayNum=new Array("1st", "2nd", "3rd", "4th", "5th", "6th", "7th"...
Hi all,
I'm new in JSP and totally no idea how it works. So far I was able to load the driver and get a connection to the database already. That's great!
Now the problem is I have created a package called "myappli" and placed it in C:\tomcat\webapps\ROOT. In it I created another...
Hi all,
I have got a problem. I wanna my program to work like as if user enter a date eg. 12/2/02 (dd/mm/yy) when onBlur the system will automatically convert to 12 February 2002 n also check for valid date format entered n also cannot later then today's date.
Can anyone please help?
Thanks...
Hi all,
Can anyone tell me how to solve this error?
Generated servlet error:
C:\Tomcat4\work\Standalone\localhost\_\example2$jsp.java:82: Class org.apache.jsp.ResultSet not found.
ResultSet rs = st.executeQuery(query);
Thanks.
Love_Garfield [gorgeous]
Hi all,
Anyone knows what this error means?
org.apache.jasper.compiler.ParseException: /dbConnect.jsp(0,4) Invalid directive
at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:218)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1145)
at...
Hi all,
I am new in JSP and I'm really stuck on this for a very long time. I have this code to load the jdbc driver :<% Class.forName(SQL.jdbc.driver.SQLDriver); %> but it results in this error. Is it correct to write in this way?
Generated servlet error...
Hi all,
I am new in JSP and I'm really stuck on this for a very long time. I have this code to load the jdbc driver :<% Class.forName(SQL.jdbc.driver.SQLDriver); %> but it results in this error. Is it correct to write in this way?
Generated servlet error...
Hi all,
I'm very new to JSP so while doing it I encountered problems and hope someone can help. First, I would like to know how can i connect to a database (Currently using Microsoft SQL Server 7.0)? Also, in JSP how to create a SQL query to select eg. name from a table called employee...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.