I have five text inputs
4 are user entered values
1 is to display the total
I am trying to get the total to display the total of all four boxes.
This is my javascript code...
function calcTotal(NewClaim) {
A = document.NewClaim.delegate1percent.value;
A = A * 1;
B =...
Hello,
I am trying to pull a user selected color from a database and use it in my td tag to change the background color of the cell. This is used on a calendar. I want the user to be able to color code events. The string being stored currently is in the format of #6699FF and I can pull it...
OK, I have two tables in my database one is called Quiz and one is called examlog.
The quiz table holds the name of all the possible Quizes for a user. The examlog holds the information when a user takes a quiz and is only recorded if they get 100 on it.
So Lets say i have three quizes(quiz1...
I having this issue when i use an innerjoin in the cfquery tag. I am trying to join my two tables on a certain id then when all is said and done i need to spit out the ID to the page. My query is
<cfquery name="getQuestion" datasource="DATES">
SELECT question.questionID, question.quizID...
Hello,
I was using an access database to run this web application and i just switched it over to sql server 2005 the databases are identical same column names and everything. But when i switched the datasources on the coldfusion page from the access datasource to the sql datasource the...
Hi,
I have read some of the other posts on this and none of them have seemed to help me so I am hoping someone can tell me specifically what I am doing wrong in my own code.
First off I have a date field that I am pulling from a database by the ID of the table. Then I want the user to be able...
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.