Hi
I have an email field in my form where javascript email validation works fine on submit. I've recently added another email field but some reason the email validation now doesn't work.
Any ideas?
What's the easiest way of printing this month followed by all the subsequent months, so showing 12 months in total, i.e. -
May 2010
June 2010
etc
etc
March 2011
April 2011
Hi
I'm trying to count the total number of workdays for all volunteers that are not "Type 4" volunteers. A volunteer can be multiple types, hence I think why I'm getting a much larger count than expected.
SELECT COUNT(taskvolsnew.vol) AS howmany
FROM taskvolsnew
LEFT JOIN tasks
ON...
Hi
I know this has been asked many times before but I can't seem to work out a way of doing the following...
First dropdown options are yes/no
Second dropdown options are yes/no
If yes selected from first dropdown, selected value of second dropdown is also "yes"
thanks
Hi
My query returns all the records of "active" London customers who have ordered within the past year. I also need to know how many customers, but where do I put the COUNT function?
SELECT *, MAX(customers_orders.date) AS maxdate,
customers.id AS refid,
FROM customers
LEFT JOIN...
hi
very simple but I can't seem to get an onfocus event to work - changing the background colour of a text box.
function setStyle(x)
{
document.getElementById(x).style.background="yellow";
}
and then the following in the td tags
onfocus="setStyle(this.id) id="iprange"
Any help...
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.