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

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

revision 498 by dpavlin, Sun Sep 26 17:57:04 2004 UTC revision 499 by dpavlin, Sun Oct 10 09:33:57 2004 UTC
# Line 116  function printResults(result) Line 116  function printResults(result)
116      var e = document.createElement("font");      var e = document.createElement("font");
117    
118      e = document.createElement("a");      e = document.createElement("a");
119      e.setAttribute("href","browse.html?o="+result[i].link+"#mfn"+result[i].link);      e.setAttribute("href","browse.html?o="+result[i].link);
120      e.appendChild(document.createTextNode(result[i].title));      e.appendChild(document.createTextNode(result[i].title));
121      d.appendChild(e);      d.appendChild(e);
122      d.appendChild(document.createTextNode(" "));      d.appendChild(document.createTextNode(" "));

Legend:
Removed from v.498  
changed lines
  Added in v.499

  ViewVC Help
Powered by ViewVC 1.1.26