Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
2ecbc5b2
Commit
2ecbc5b2
authored
Jan 29, 2000
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apparently, you're supposed to put "#foo" stuff in a URL after all the
"?" and "&" stuff. IE doesn't work if you don't.
parent
e58c4504
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
buglist.cgi
buglist.cgi
+4
-2
No files found.
buglist.cgi
View file @
2ecbc5b2
...
...
@@ -55,11 +55,13 @@ ConnectToDatabase();
if
(
grep
(
/^cmd-/
,
keys
(
%::
FORM
)))
{
my
$url
=
"query.cgi
#chart?$::buffer
"
;
my
$url
=
"query.cgi
?$::buffer#chart
"
;
print
qq{Refresh: 0; URL=$url
Content-type: text/html
<A HREF="$url">Adding field to query page...</A>
Adding field to query page...
<P>
<A HREF="$url">Click here if page doesn't redisplay automatically.</A>
}
;
exit
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment