--- rat/client/Attic/code.html 2001/03/12 15:47:46 1.18 +++ rat/client/Attic/code.html 2001/05/01 15:23:40 1.30 @@ -11,6 +11,9 @@ Resource Assembly Tool 5/2,5/3,5/4,5/5,5/6,5/8,5/9,5/13,5/18,5/20,5/22,5/24,5/25, 6/7,6/8,6/9,6/10,6/12,6/15,7/4,7/26,7/28,7/31,8/5,8/19,8/24, 01/17/01,03/03,03/05 Gerd Kortemeyer with Scott Harrison +March/April 01 Scott Harrison +04/20 Gerd Kortemeyer +04/30 Scott Harrison --> @@ -73,6 +76,13 @@ var data5=new Array(1024); var inf; var srch; +var srchflag=-1; // 1 means currently open + // 0 means closed (but has been open) + // -1 means never yet opened/defined + +function testfunction() { + inf.document.forms.resinfo.elements.t.value="ABC"; +} // ------------------------------------------------ Insert a row into the table @@ -1282,6 +1292,9 @@ function infoclear() { } inf.document.writeln(''); inf.document.close(); + if (srchflag==1) { + srchclose(); + } parent.top.focus(); parent.mapout.focus(); notclear=1; @@ -1466,51 +1479,19 @@ function srchclear() { // ------------------------------------------------------- Closes search window function srchclose() { - srch.close(); + if (srch && !srch.closed) { + srchflag=0; + srch.close(); + } } // --------------------------------------------------------- Open search window function srchopen() { var options="scrollbars=1,resizable=1,menubar=0"; - srch=open("/adm/searchcat","srchout",options); - return; - srchclear(); - srch.document.writeln( - '
'+ - ''+ - ''+ - ''+ - '
Resource Library Search
'+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - ''+ - '
title
author
subject
notes
abstract
mime
language
creationdate
lastrevisiondate
owner
copyright
'+ - ''+ - '
'); + srchflag=1; + srch=open("/adm/searchcat?catalogmode=interactive","srchout",options); + srch.focus(); } // -------------------------------------------- Interface function to searching @@ -1522,9 +1503,10 @@ function search() { // ------------------------------------------------------- Do srch status check function srchcheck() { - if (srch.closed) { + if (!srch || srch.closed) { srchopen(); } + srch.focus(); } // ---------------------------------------------------- Handles "click to edit" @@ -1622,7 +1604,7 @@ function handler(infostr) { +'' +'External:Search' + inf.document.write('>Search' +'' +'