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 SkipVought 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. kigoobe

    tree menu, checking / uncheching all child items, client side, help !

    thanks for the fast reply Dan :) But could you explain this a bit please? I'm not good in JS, you might have guessed that already ... :)
  2. kigoobe

    tree menu, checking / uncheching all child items, client side, help !

    Hi Dan Thanks a lot for your reply. I really appreciate this. Just one thing friend. While this works wonderfully, this just works upto one level. In case when we have multi level of children, this is not going deep and getting limited to one level only. Will this be possible to extend this...
  3. kigoobe

    onclick returns true instead of false

    I wish I could help you to solve the issue, but one thing that I have learned is - in such cases, onsubmit works better than onclick. as, there are people who may submit by hitting enter, instead of clicking on the submit button. One more thing. Have you tried changing your first line from...
  4. kigoobe

    tree menu, checking / uncheching all child items, client side, help !

    Hi, I'm trying to create a javascript function that will check / uncheck checkboxes associated with a multilevel tree menu. I've uploaded the page in http://kigoobe.com/debug/lagrange/debug.php where the menu is created using php. As you see now, when we click a menu, not all / none of its...
  5. kigoobe

    Javascript function and combined variables, help appreciated.

    Hi, thanks. Actually, I could not declare any javascript variable in the main page. So, I solved this differently, thanks to locdev.
  6. kigoobe

    Javascript function and combined variables, help appreciated.

    Well friends, I have just found this forum thro' google, so this is my first post. I need to move the following code as a javascript function - <script type="text/javascript"> <!-- var inter_<?=$cid?> = document.getElementById('chocQnty_<?=$cid?>'); if...

Part and Inventory Search

Back
Top