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

    Imagemap hotspot to populate a pulldown menu

    <a href="javascript:functioncall(relate(this.form));"> You mis-understood my example above: href="javascript:functioncall();" In your case it would read: href="javascript:relate(this.form);" Anyways glad to see it is working now.
  2. Mach321

    select onchange event trigger, IE Browsers only?

    Where is the image map defined for the US map? How do I click on Washington? All I can seem to get is DC... Move your mouse to the left edge of the number inside of the state, when the tooltip shows "Washington", click. The States of Washington, Oregon, Nevada, etc. all shut down my IE...
  3. Mach321

    Imagemap hotspot to populate a pulldown menu

    href="javascript:functioncall();" Hope this is what your looking for?
  4. Mach321

    select onchange event trigger, IE Browsers only?

    Not for me - then again, do you mean the state on the USA map, or the state once you've chosen Washington from the drop-down? BillyRay, the drop-down selection works for me as well, however it is the image map clicking that seems to dislike Washington? Have you tried debugging this in...
  5. Mach321

    select onchange event trigger, IE Browsers only?

    I am having a curious problem with a javascript function and the best way I know how to describe this problem is with an example. This script has only been designed for the use of IE browsers only, so other browsers will not work at all, sorry. Problem javascript code: function...

Part and Inventory Search

Back
Top