summaryrefslogtreecommitdiffstats
path: root/quicksearchhack.html
diff options
context:
space:
mode:
authorjake%acutex.net <>2001-12-13 07:41:04 +0100
committerjake%acutex.net <>2001-12-13 07:41:04 +0100
commite9f04a30422f4da41d15e22337b6e6477b2fb590 (patch)
treeb6b25129f616f2032330c74f0ddd5d59b13fffdf /quicksearchhack.html
parent0450229e1c961f1ab07134702bea163f43a2e65b (diff)
downloadbugzilla-e9f04a30422f4da41d15e22337b6e6477b2fb590.tar.gz
bugzilla-e9f04a30422f4da41d15e22337b6e6477b2fb590.tar.xz
Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not.
r= ddk, kiko
Diffstat (limited to 'quicksearchhack.html')
-rw-r--r--quicksearchhack.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/quicksearchhack.html b/quicksearchhack.html
index 7d788f626..70dcb4b55 100644
--- a/quicksearchhack.html
+++ b/quicksearchhack.html
@@ -12,16 +12,14 @@
Type in one or more words (or word fragments) to search for:
-<!-- The name of the form must be "f" (used in "quicksearch.js"). -->
-
<form name="f" action="show_bug.cgi" method="get"
- onsubmit="QuickSearch(); return false;">
+ onsubmit="QuickSearch(f.id.value); return false;">
<table>
<tr>
<td><input type="text" size="40" name="id"/></td>
<td align=left><input type="submit" name="run" value="Search"/></td>
<td align=left><input type="button" name="load" value="Load Query"
- onclick="LoadQuery();" />
+ onclick="LoadQuery(f.id.value);" />
</td>
</tr>
</table>