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: bizrat
  • Content: Threads
  • Order by date
  1. bizrat

    Simple form validation

    I know how to do form validation. I have many forms to validate. I am trying to write (borrow and change) a JS function that receives a string that is broken down and then verified. The string format is a1;a2|b1;b2|... a1 = name of field to validate a2 = Engligh words about field being...
  2. bizrat

    javascript menu systems

    This forum was such a great help on my last issue, I thought I would try it again. The current web systems I work with use many dropdown menus written in JS. They all seem to be from the same source Netscape and later Macromedia (mm_menu, fw_menu, menu). They have many dates - latest 2002/3...
  3. bizrat

    Issue with document.body.innerHTML not being set properly,

    Is there a problem with setting document.body.innerHTML? My code does the following: var bodyText = document.body.innerHTML; document.body.innerHTML = ""; document.body.innerHTML = bodyText; At first innerHTML is set to "<A name=top><script...

Part and Inventory Search

Back
Top