Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Alski1000

    Removing white/blank boxes for output to tiff or png

    Hi, Thank you - indeed the Crop Area > Make command worked best in this case.
  2. Alski1000

    Removing white/blank boxes for output to tiff or png

    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...
  3. Alski1000

    Firefox vs. IE, NAME vs. ID

    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...
  4. Alski1000

    Firefox vs. IE, NAME vs. ID

    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...
  5. Alski1000

    Firefox vs. IE, NAME vs. ID

    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?
  6. Alski1000

    Firefox vs. IE, NAME vs. ID

    Hi cLFlaVA, I've adjusted my original code and added your own, but it has the same functionality, that it, it still doesn't work in Firefox Alski
  7. Alski1000

    Firefox vs. IE, NAME vs. ID

    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...
  8. Alski1000

    Checkboxes with Radio Group behaviour (almost)

    This works :) Thank you so much. And taken care of in 91 minutes !!! P.S. You were right - don't need the final onclick call
  9. Alski1000

    Checkboxes with Radio Group behaviour (almost)

    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...
  10. Alski1000

    Checkboxes with Radio Group behaviour (almost)

    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...

Part and Inventory Search

Back
Top