Closed Bug 275789 Opened 20 years ago Closed 20 years ago

Redirect to texturizer fail in IE and Opera (OK in Firefox)

Categories

(www.mozilla.org :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: oliver, Unassigned)

References

()

Details

Links that are integrated into Thunderbird do not work with Opera.
There included are the links from the Help Menu "Help" - "Mozilla Thunderbird 
Help" and those from the "Thunderbird start page" that fills the preview window 
on start.

Clicking on those links result in the URL

http://texturizer.net/thunderbird/%3CNOSCRIPT%3E%3CMETA%20HTTP-EQUIV=REFRESH%
20CONTENT=

(Thunderbird help from the menu)

or 

http://kb.mozillazine.org/index.phtml?title=Thunderbird_:_FAQs_:_RSS_Basics%
3CNOSCRIPT%3E%3CMETA%20HTTP-EQUIV=REFRESH%20CONTENT=

(Rss Link on the start page)
I was able to duplicate this under Thunderbird 1.0 release build, Windows XP and
Opera 7.60 Preview 4. All other links from within Thunderbird work fine and this
is a problem confined only to where Opera is the default browser.
confirming the issue, although I don't see it being 'fixed' in Tb.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Having the same problem with IE.

Windows XP SP2
Thunderbird 1.0
IE6
UPDATE: Looks like the problem is in the redirect code at

http://www.mozilla.org/support/thunderbird

When I enter this url in IE manually, I get the same problem.
I'm in agreement with comment #4 on this having actually looked at the URLs in
comment 0.

Moving bug
Assignee: mscott → mozilla.webmaster
Component: General → webmaster@mozilla.org
Product: Thunderbird → mozilla.org
QA Contact: danielwang
Version: unspecified → other
Apologies for spam
Summary: Links to mozilla-pages dont work with opera → Redirect to texturizer fail in IE and Opera (OK in Firefox)
This is not a very big problem, since this will be fixed once that becomes an
actual page on mozilla.org. See bug 260737.
Depends on: 260737
Not a big problem but can be fixed very easily. 
 
In these kind of lines (example http://www.mozilla.org/support/thunderbird/) 
 
else { document.write("<META HTTP-EQUIV=REFRESH CONTENT=\"0; 
URL=http://texturizer.net/thunderbird/"); } 
 
the webmaster should add \"> 
 
like 
 
else { document.write("<META HTTP-EQUIV=REFRESH CONTENT=\"0; 
URL=http://texturizer.net/thunderbird/\">"); } 
 
That's it.. Just close the meta tag. 
Done.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Product: mozilla.org → Websites
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.