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: *

  • Users: gunio6
  • Content: Threads
  • Order by date
  1. gunio6

    onclick function not woring

    Hi , i am implementing a javascript calendar in a web2 application. i am using dynarch calendar ( http://www.dynarch.com/projects/calendar/ ) the calendar works fine. there is one init function in my base HTML document that initializes the calendar. <script type="text/javascript">...
  2. gunio6

    JS sintax error

    hi, does anyone see a syntax error in the following code: if (event.shiftKey) { var sel = this.getSelected(); if (sel.length>0) { var first = sel[0], last = sel[sel.length-1]; var mark = false; this.entries.each( function(d, i) { if (d==first)...

Part and Inventory Search

Back
Top