Hi,
I have a series of maps that I need to export to tiff or png format. The map is made up of four components:
1. A gradient map showing shades over a region.
2. A map of the world - I used a "Compound Path" and "Clipping Path" to merge them.
3. A second map of the world which overlays...
This works :) Thank you cLFlaVA
To make this of use to other people, I've gone through and worked out how the function is constructed.
This what the form does:
For each checkbox ticked with the name starting with "alacarte_", times it by 5.99.
Then we ouput that total value and output the...
To pass and then use the values in another page, I'd like to name them all in the format:
alacarte_YYY
so that I can easily separate them out the other end. But Firefox doesn't like it.
I've been trying to loop through and use the indexOf method to search for "alacarte_", but I can't get the...
In Firefox, when you check all 5 boxes, the Total box only adds 3 values up.
In IE, all 5 values are added up.
I'm using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
Could a difference in Firefox versions be the reason?
Hi,
This code works in IE, but not in Firefox. I assume it is the way they handle NAME and ID?
Eventually I need to pass the variables to another page and capture them e.g. alacarte_ABC and alacarte_DEF
Should I be using field[i].name.indexOf("alacarte_") or something? I only know enough to...
Hi cLFlaVA & dkdude - thank you both for responding.
dkdude's method worked although my final form will be more complicated (with several more non-radio checkboxes) which is why I went with cLFlaVA' method.
However, it looks as though something is missing as it doesn't work. Try the following...
Hi,
4 checkboxes labelled 1-4 within the same form. All start off unchecked.
The first 3 checkboxes act like a radio group when checked, but checkbox 4 is independent from the 'radio group' and needs to act like a regular checkbox.
I have been using the following script:
function...
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.