Diff for /rat/client/Attic/code.html between versions 1.18 and 1.19

version 1.18, 2001/03/12 15:47:46 version 1.19, 2001/03/12 17:29:02
Line 74  var data5=new Array(1024); Line 74  var data5=new Array(1024);
 var inf;  var inf;
 var srch;  var srch;
   
   function testfunction() {
      inf.document.forms.resinfo.elements.t.value="ABC";
   }
   
 // ------------------------------------------------ Insert a row into the table  // ------------------------------------------------ Insert a row into the table
   
 function insertrow(j,ex1,ex2) {  function insertrow(j,ex1,ex2) {
Line 1473  function srchclose() { Line 1477  function srchclose() {
   
 function srchopen() {  function srchopen() {
    var options="scrollbars=1,resizable=1,menubar=0";     var options="scrollbars=1,resizable=1,menubar=0";
    srch=open("/adm/searchcat","srchout",options);     srch=open("/adm/searchcat?catalogmode=editresource","srchout",options);
    return;     return;
    srchclear();     srchclear();
    srch.document.writeln(     srch.document.writeln(

Removed from v.1.18  
changed lines
  Added in v.1.19


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>