From 2ecbc5b2d6b371b3a66bc79db918bc9fb2ce72f1 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 29 Jan 2000 00:18:10 +0000 Subject: Apparently, you're supposed to put "#foo" stuff in a URL after all the "?" and "&" stuff. IE doesn't work if you don't. --- buglist.cgi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 902d09f12..9466e50f2 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -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 -Adding field to query page... +Adding field to query page... +

+Click here if page doesn't redisplay automatically. }; exit(); } -- cgit v1.2.3-24-g4f1b