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. gunio6

    onclick function not woring

    the quote is there. sorry i didnt copy the whole thing.
  2. gunio6

    onclick function not woring

    Ok , i see that the php got you guys confused : ) the above code doesnt work even if i take the variable out and change it with static one. onclick="Calendar.setup({ inputField:"date1", ifFormat:"%Y-%m-%d %I:%M %p", showsTime:true, button:"date_1", step:1}); the debuger says "syntax error...
  3. gunio6

    onclick function not woring

    well you misunderstood me then. I am trying to initialize the calendar with onclick Javascript event which gives me syntax error. I am trying to do that because it sounds more convenient instead of generating javascript with php. I have onclick function with bunch of params in it...
  4. gunio6

    onclick function not woring

    well if you concider the onclick event to be a php issue then i will concider changing the forum :) ps. i dont think this is a php question! the only php think is one variable!
  5. 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">...
  6. gunio6

    JS sintax error

    Hi, thanks for the reply! $break is part of prototype.js javascript framework. if i take it away it doesnt work as well : ( the error is in last line }.bind(this)); } expected.
  7. 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