Hi, I could use some help with my JS code. I'm sending my completed Captcha form to my email addy. There are several dropdowns, among which are 2 input fields "unitprices" and 2 "quantities"....
Type: Posts; User: 12Strings; Keyword(s):
Hi, I could use some help with my JS code. I'm sending my completed Captcha form to my email addy. There are several dropdowns, among which are 2 input fields "unitprices" and 2 "quantities"....
I would like to add 2 fields (qty + unitprice) from dropdowns = "total",
write "tax" and "total" + "tax" = "total". I'm thinking
I shouldn't need all this code? I'm lost. Help?
<input...
Hi, another fun project:
I'm printing a list from a table alternating line colors. I'm including
a radio button on each line to link to the URL "target". I've greatly
edited offerings from the net...
Hi, I have checked the validity of the table and in
all 3 records "recur" ='Y', "payrec" ='p', values are in "duedate",
"datepaid" (type is DATE) and "periodic". I'm looping thru the data;...
Hi, I just want to update a database
table column (datepaid-type is DATE(YYYY-MM-DD) to the current date
IF the duedate >= the current date, payrec = 'P', status = 'Y'and datepaid is ' '. I...
ok, sending form data to PHP via ajax but printout shows zero values. My JS editor indicates that one of the scripts below (commented) is invalid. I don't see it. help?
<!DOCTYPE html><html>
...
I'm at a loss (again) and wouldn't pass up some help.
below is the JS function w/variables (verified) that I'm trying to
send to PHP.
<FORM name="calculator" id="calculator"...
thanks I'll try it It's localhost
Hi, In this calculator clicking statement #1 produces the result.
clicking statement #2 submits the form. I'd like for statement #1
to do both but haven't been able to do so??
1) <td><input...
Hi guys, I need help understanding pagebreaks. My intention is to print another
page each time another row is extracted. the document doesn't fill the page.
The following code will break if a file...
Hi, I could use a little help w/syntax. Following is my code. I get the
message "invalid entry" BEFORE I select (the entry is valid). The display
is what I want but I don't understand the error?...
I got one of those AHA moments. The following code
is what I want in that it creates a menu and I can select and
display a table row. I still need to use that selection to update
the "lastused"....
nobody knows mysqli?
I'm attempting a mysqli dropdown to select and print one record from table and update one
field, ("lastused" ($currdate))in that record. I get the following errors: Any help?
<?php
$db =...
Hi, I'm trying to print this doc with heading at top of each printed page,
page# at bottom of each page, thousands "," at "totdue" and without the
filename on each page. any help? Thanks
...
I'm trying to use js function to: upon entering "paidamt" change the "amtdue",
"prevbal",auto-insert the current date(datepaid), change"pd", and increment
the "checkno". I had this working at one...