Project

General

Profile

« Previous | Next » 

Revision 2633

Added by sgarg over 18 years ago

Fixed javascript bugs

View differences:

header.html
39 39
                        searchString="%";
40 40
                }
41 41

  
42
                submitFormObj.query.value = "<pathquery version=\"1.2\">"+
42
                submitFormObj.query.value = "<pathquery version=\"1.2\">"
43 43
                                                  +"<querytitle>Web-Search</querytitle>"
44 44
                                                  +"<returndoctype>eml://ecoinformatics.org/eml-2.0.1</returndoctype>"
45 45
                                                           +"<returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype>"
......
127 127
      -->
128 128
<p class="searchbox">
129 129
Search for Data<br />
130
<form method="POST" action="@servlet-path@" target="_top">
130
<form method="POST" action="@servlet-path@" target="_top" onSubmit="return checkSearch(this)">
131 131
  <input value="INTERSECT" name="operator" type="hidden">
132 132
  <input size="14" name="searchstring" type="text" value="">
133 133
  <input name="query" type="hidden"/>

Also available in: Unified diff