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

    Instantiation problem ( I think) with dynamic menu

    Um... as an afterthought, I should probably admit, too, that since this whole thing depends on CSS support to function, text-based browsers and any others without CSS support aren't going to even display it correctly, much less run the scripts. So, given that, maybe the coment tags aren't...
  2. doccee2006

    Instantiation problem ( I think) with dynamic menu

    Dan, Thanks again. I assume that your advice about HTML comments in the CSS is in reference to those inside the style tags in the header of the document. I've included some around the text in menus.js file: <!-- menu1='mouth.htm,nose.htm,ear.htm'; labels1='MOUTH,NOSE,EAR'...
  3. doccee2006

    Instantiation problem ( I think) with dynamic menu

    By the way, I uploaded the files again without the onClicks: http://patientpal.com/test.htm
  4. doccee2006

    Instantiation problem ( I think) with dynamic menu

    Dan, Thaks for your reply. The gotTo function and the onclicks were only added as a test when the anchors didn't work. I agree, they shouldn't be necessary, and in fact, they have been removed again from my local files, and the only difference it makes is that the status bar doesn't do...
  5. doccee2006

    onChange Function...

    I don't know if this is the complete solution, but I think this line: for(i=0;i<submit.numberTeams.selectedIndex;i++){ should be: for(i=0;i<yourformname.numberTeams.selectedIndex;i++){ Hope this helps. Doc
  6. doccee2006

    Instantiation problem ( I think) with dynamic menu

    Anyone having any luck with this?
  7. doccee2006

    Instantiation problem ( I think) with dynamic menu

    Dan, Same one as in the original post: http://patientpal.com/test.htm Thanks, Doc
  8. doccee2006

    Instantiation problem ( I think) with dynamic menu

    Jeff: Well, that's closer... now it flashes the link in the status bar on the mouse click. Still won't go anywhere, though and the mouseout event still won't work on the popups. Sorry about neglecting the code tags in my previous posts. I should have noticed the TGML before. BTW, I took a...
  9. doccee2006

    Instantiation problem ( I think) with dynamic menu

    Jeff: Thanks for your comments, but the problem still isn't solved. You're right, of course, about the quotes in The goTo function, and my including an element from the wrong array in the call to the goTo function. This function was simply added as a test, since the hrefs alone aren't working...
  10. doccee2006

    Instantiation problem ( I think) with dynamic menu

    I'm creating a very simple popup menu for a client's page. The menus are written into an existing <div> and the positioning and visibility are switched with the js functions. The menus are being created correctly, but the hrefs won't work directly, although I've used a document.write to verify...

Part and Inventory Search

Back
Top