/[bfilter]/trunk/combo.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/combo.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 33 by dpavlin, Sat Sep 25 22:14:22 2004 UTC revision 34 by dpavlin, Sun Sep 26 22:10:44 2004 UTC
# Line 154  function myfilter() { Line 154  function myfilter() {
154          self.document.myfilter.clear_results = function () {          self.document.myfilter.clear_results = function () {
155                  var el = self.document.myfilter.element_id('sel');                  var el = self.document.myfilter.element_id('sel');
156                  combo_active = 0;                  combo_active = 0;
                 el.selectedIndex = null;  
                 el.options.length = 0;  
157                  el.style.display = 'none';                  el.style.display = 'none';
158                    el.options.length = 0;
159                    el.selectedIndex = null;
160                  return true;                  return true;
161          }          }
162    

Legend:
Removed from v.33  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.26