mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
Apparently, you're supposed to put "#foo" stuff in a URL after all the
"?" and "&" stuff. IE doesn't work if you don't.
This commit is contained in:
parent
9c20de909a
commit
f461027ecc
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user