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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DonCorr

  1. DonCorr

    Text links under Nav image map for those with images turned off?

    With images turned off, users don't see my navigation image map. Is there a way to put text links under the image map? DonCorr
  2. DonCorr

    Drop-Down Links to Named Anchors

    Thanks, GUJUmOdeL. That was exactly what I needed. It seems my problem was using the ( ) in place of the [ ]. It's always something simple, once you know what it is. There is a javacript error when "Choose One Please" is selected after selecting another option. I don't need the...
  3. DonCorr

    Drop-Down Links to Named Anchors

    palbano Thanks for your quick response. I tried the code you suggested, but had no luck. Here is the code I tried: <HTML> <HEAD> </HEAD> <BODY <FORM> <select onChange=&quot;document.location = this.options(this.selectedItem).value;&quot;> <OPTION VALUE=&quot;#thisPlace&quot;>This...
  4. DonCorr

    Drop-Down Links to Named Anchors

    I want to create a drop-down list which navigates to various locations within the same HTML page. I can make a drop-down list navigate to <other> pages, and I can make the idea work with a bunch of HTML anchors, but how can this be done using a drop-down list? Is javascript absolutely required...

Part and Inventory Search

Back
Top