I got it working. Thank You
I was missing the () after the function
working code
<SCRIPT LANGUAGE="JavaScript">
function CF_add_holiday(){
document.forms[0].tot_holiday.value =
parseFloat(document.forms[0].HSM1.value) +
parseFloat(document.forms[0].HSTU1.value) +...
this is the on blur code.
the the total field is not updating.
does this code look ok?
Tharlie Crimmel
<td width="1"> <CFInput name="HSM1" type = "text" size="1" value="0.00" onblur="CF_add_holiday()"></td>
<td> </td>
<td width="1"> <CFInput name="HSTU1" type = "text"...
This is the update script that I am using now
Does this code look ok?
It is still not working, but I will post the onblur part after this.
Charlie Crimmel
<SCRIPT LANGUAGE="JavaScript">
function CF_add_holiday()
document.Staff_Time.tot_holiday.value =...
This is the code that I am trying to use, but I cannot get the form to refresh to tell if this code is working.
Charlie Crimmel
<SCRIPT LANGUAGE="JavaScript">
function CF_add_holiday
{
document.forms['Staff_Time'].elements['tot_holiday'].value =...
No:
I need a purchase order application so a purchasing department can enter PO's for a Vendor, Track the receipts of items and then Accounts Payable can pay the vendor
The code below builds an array from a list that is keyed in.
How can I convert this to use a table and a query.
Charlie Crimmel
ItemList = new Array() // Navigator 3.0 array object constructor
ItemList[0] = new...
Please help:
How can I get the text boxes to populate from the select box.
Thanks
Charlie Crimmel
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">...
Is there a way to select a value from a select box and fill in multiple fields on a form.
such as.
select a product from a select box and fill in the description and price
Charlie Crimmel
I dont know, Thats why I am asking for help.
Thecfselect command has a on key up and down
and you should be able to use javasript of action script, but I do not know how to code them.
Charlie Crimmel
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.