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!

Recent content by l79

  1. l79

    javascript menu placement

    //Thanks for the reply, here is the menu array menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)} //Please...
  2. l79

    javascript menu placement

    I'm kind of new to javascript and need some help. I have a drop down menu made in javascript, that I want to place inside a table cell, <td> tag. Or table row tag. I manually placed it in there, and when i uploaded it, it disapeared. How do i make it so it shows up inside a cell? My goal...

Part and Inventory Search

Back
Top