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 strongm 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. 1Oracle

    How do I prevent users from downloading / printing images downloaded f

    There are a number of "right-click" inhibition scripts, but all you need is the source, and you can download the logo anyway. One possibility is to reduce the size and clarity of the logo. That way, once someone DOES download it (for use elsewhere), there won't be much to look at (e.g., it's...
  2. 1Oracle

    Mutual Exclusive CheckBox

    newbee1981 - Hi! Good work so far. I wrote an FAQ to help you with this, but can't see how to "point you to it." The secret is to add a common grouping attribute to each checkbox. I used "groupKey='Colors'" for example. Here is the code and html to test it: <html> <head> <title>Mutual...
  3. 1Oracle

    How do I create multiple exclusive checkbox groups?

    Add a "grouping" attribute to the checkboxes you want to behave as a group. Although the attribute won't be a valid attribute of the element "input", the browser should allow it. Here is a function and html that works. Note the "groupKey" attribute that brings checkboxes together: <html>...

Part and Inventory Search

Back
Top