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 Wanet Telecoms Ltd 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: *

  • Users: jhherring
  • Content: Threads
  • Order by date
  1. jhherring

    using word or excel to extract/parse data from text-only file?

    I'm fairly conversant with Word and Excel, so I feel fairly sure this CAN be done, but I'm having trouble figuring out exactly how. If the answer involves using Access or MS Query, that's OK too, but step-by-step instructions would be appreciated in that case. I have a number of text-only...
  2. jhherring

    how to limit the number of checkboxes a user can check?

    OK . . . . I have a form with about 200 checkboxes, but the user must be limited to checking exactly 8 of them. If the user chooses fewer than 8, and tries to submit the form, he/she should see a prompt (preferably appearing in a frame) saying "You haven't chosen 8 options yet. Choose X more."...
  3. jhherring

    "hidefocus" possible for hotspot polygonal areas in image maps?

    I've used hidefocus=&quot;true&quot; within the <a> tag to keep the dotted rectangle from showing up around the thing that's acting as the link. So far, so good. No problems. Then, along comes the need to use an image map. I've got my polygonal areas defined, I've got my JavaScripts triggering...
  4. jhherring

    placing javascript within style sheets??

    I've got a fairly lengthy set of onmouseover and onmouseout and onclick JavaScript statements occurring, over and over again, within a bunch of table cells. It would be unbelievably cool if there was a way to move all the JavaScript out to a style sheet. Is there a way to do that? If I could...
  5. jhherring

    placing javascript within style sheets??

    I've got a fairly lengthy set of onmouseover and onmouseout and onclick JavaScript statements occurring, over and over again, within a bunch of table cells. It would be unbelievably cool if there was a way to move all the JavaScript out to a style sheet. Is there a way to do that? If I could...
  6. jhherring

    buttons with javascript for onclick to URL plus frames

    Another odd one. Can anyone help? Page A is done in frames. A form in one frame on Page A has buttons at the bottom, like this: <form> <input type=&quot;button&quot; value=&quot;Clear Form&quot; onClick=&quot;document.main_form.reset()&quot;> <input type=&quot;button&quot; value=&quot;Send...
  7. jhherring

    making onclick perform two functions -- possible?

    Hello again. Yet another weird problem. Can some kind soul show me the right approach? I have a form in one frame, and links in a nav frame that allow the user to scroll to specific points within the form. These links are defined as hotspots within an image map in the nav frame. So far, thanks...
  8. jhherring

    image maps with onmouseover, onmouseout, and onclick

    If this more properly belongs in the HTML forum please let me know and I'll re-post it there. I have an image map, and I want the various hotspots within it to appear in one state when the mouse is over them, another state when the mouse is not over them, and a third state when they're clicked...
  9. jhherring

    image maps with onmouseover, onmouseout, and onclick

    If this more properly belongs in the JavaScript forum please let me know and I'll re-post it there. I have an image map, and I want the various hotspots within it to appear in one state when the mouse is over them, another state when the mouse is not over them, and a third state when they're...
  10. jhherring

    updating frames with javascript?

    Can anyone help me?? I'm so confused . . . . This is a strange one, and I feel that I probably already know the answer (but have just forgotten it today), but I've been working at this problem so long today that I've forgotten everything I thought I knew. Also, this thread may properly belong...
  11. jhherring

    need radio buttons to control group of checkboxes

    First, please let me apologize for choosing &quot;Programmer&quot; to describe myself -- it seemed closest of the available choices, but I am nobody's idea of a programmer. Second, please let me apologize for the elementary tone and question, but I've searched all over for the answer to this...

Part and Inventory Search

Back
Top