Revision 4164
Added by ben leinfelder over 16 years ago
lib/style/skins/esa/index.jsp | ||
---|---|---|
113 | 113 |
var pid = document.getElementById("packageId"); |
114 | 114 |
pid.value=""; |
115 | 115 |
} |
116 |
else { |
|
117 |
document.forms[0].action = "<%=SERVLET_URL%>"; |
|
118 |
submitFormObj.qformat.value = "esa"; |
|
119 |
} |
|
116 | 120 |
|
117 | 121 |
var actionField=document.createElement("input"); |
118 | 122 |
actionField.setAttribute("type", "hidden"); |
Also available in: Unified diff
prevent subsequent queries from going to KNB when not selected to do so. fixes bug: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2796