Changeset 8151


Ignore:
Timestamp:
2004-09-24T15:47:45+12:00 (20 years ago)
Author:
kjdon
Message:

shift the focus to the query box after clicking on an old query to add it in to the query box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/query.dm

    r7596 r8151  
    125125  if ("_cgiargqt_" == "0") \{ // text search
    126126     document.QueryForm.q.value += " "+value;
     127     document.QueryForm.q.focus();
    127128  \}
    128129  else \{
    129130     if ("_cgiargqf_" == "1") \{ // advanced query
    130131        document.QueryForm.q.value += " "+value;
     132    document.QueryForm.q.focus();     
    131133    updateq();
    132134     \}
Note: See TracChangeset for help on using the changeset viewer.