/[webpac]/trunk2/out/js/search.js
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 /trunk2/out/js/search.js

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

revision 468 by dpavlin, Thu Sep 23 17:14:33 2004 UTC revision 469 by dpavlin, Fri Sep 24 18:04:48 2004 UTC
# Line 120  function watchdog() Line 120  function watchdog()
120    watchdog_callback(new Array());    watchdog_callback(new Array());
121  }  }
122    
123    var xmldoc;
124    
125  // This function loads the XML document from the specified URL, and when  // This function loads the XML document from the specified URL, and when
126  // it is fully loaded, passes that document and the url to the specified  // it is fully loaded, passes that document and the url to the specified
127  // handler function.  This function works with any XML document  // handler function.  This function works with any XML document
# Line 135  function loadXML(url, handler, data, res Line 137  function loadXML(url, handler, data, res
137    
138    try    try
139    {    {
     var xmldoc;  
140      // Use the standard DOM Level 2 technique, if it is supported      // Use the standard DOM Level 2 technique, if it is supported
141      if (document.implementation && document.implementation.createDocument)      if (document.implementation && document.implementation.createDocument)
142      {      {

Legend:
Removed from v.468  
changed lines
  Added in v.469

  ViewVC Help
Powered by ViewVC 1.1.26