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 Chris Miller 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. trunkrecords

    Dynamic Javascript writing correctly but not firing event

    nickdel - good catch. There is a hidden field written at the same time (it passes a question identifier to the code behind for server validations) that I had not given an unique name. Works like a charm! Thanks guys for helping me see this problem clearly.
  2. trunkrecords

    Dynamic Javascript writing correctly but not firing event

    Changed the code to - <input name='c1417' type='checkbox' value='Limb reduction defects' onclick="javascript:if (this.checked){ document.questionqueryform.txt1417_1.disabled=false; }else{ document.questionqueryform.txt1417_1.disabled=true; }" />&nbsp;&nbsp;Limb reduction...
  3. trunkrecords

    Dynamic Javascript writing correctly but not firing event

    Thanks Nick. Well that is the curious thing... there isn't an error. The code should enable and disable the named textbox. It works for some of the textboxes but not all. Good call on the mousedown. I'll try the else condition and see if that works.
  4. trunkrecords

    Dynamic Javascript writing correctly but not firing event

    Hello all, I am writing an application which dynamically generates forms based upon info contained within a MySql db. The problem that I am having is this: I have 2 loops to write a checkbox and a textbox for a particular type of question. Part of the form behaves normally and part does not...

Part and Inventory Search

Back
Top