Revision 2533
Added by sgarg over 19 years ago
header.html | ||
---|---|---|
45 | 45 |
submitFormObj.surName.value = searchString; |
46 | 46 |
submitFormObj.givenName.value = searchString; |
47 | 47 |
submitFormObj.keyword.value = searchString; |
48 |
submitFormObj.title.value = searchString; |
|
49 | 48 |
submitFormObj.organizationName.value = searchString; |
49 |
submitFormObj.para.value = searchString; |
|
50 |
submitFormObj.geographicDescription.value = searchString; |
|
51 |
submitFormObj.literalLayout.value = searchString; |
|
50 | 52 |
submitFormObj.operator.value="UNION"; |
51 | 53 |
var abs = document.getElementById("abstract"); |
52 | 54 |
abs.value=searchString; |
... | ... | |
90 | 92 |
<input type="hidden" name="keyword"> |
91 | 93 |
<input type="hidden" name="title"> |
92 | 94 |
<input type="hidden" name="abstract/para" id="abstract"> |
95 |
<input type="hidden" name="para"> |
|
96 |
<input type="hidden" value="literalLayout"> |
|
97 |
<input type="hidden" name="geographicDescription"> |
|
93 | 98 |
<input name="action" value="query" type="hidden"> |
94 | 99 |
<input name="qformat" value="esa" type="hidden"> |
95 | 100 |
<input name="enableediting" value="true" type="hidden"> |
Also available in: Unified diff
Added some more search parameters - like para and literalLayout.
Also made the changes in text suggested by Mark.