Closed Bug 147795 Opened 22 years ago Closed 22 years ago

natcomp.de - does not allow other browser than IE

Categories

(Tech Evangelism Graveyard :: German, defect)

x86
All
defect
Not set
major

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: dominik.stadler, Assigned: tristan)

References

()

Details

(Whiteboard: [XBROWSER-JS][DENY][eurocontest][SYNTAX-JS])

The site performs a check and redirects to http://www.natcomp.de/index_ns.html
where it states in German that the pages are only working with IE 4.0.

They should be evangelised to support netscape and mozilla, too.

Win2000 SP2
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3) Gecko/20020523
I can confirm this with 2002052308 on Windows XP Home Edition.  Here is the
redirection script:

<script language="JavaScript">
<!--
function
MM_checkBrowser(NSvers,NSpass,NSnoPass,IEvers,IEpass,IEnoPass,OBpass,URL,altURL)
{ //v3.0
  var newURL='', verStr=navigator.appVersion, app=navigator.appName, version =
parseFloat(verStr);
  if (app.indexOf('Netscape') != -1) {
    if (version >= NSvers) {if (NSpass>0) newURL=(NSpass==1)?URL:altURL;}
    else {if (NSnoPass>0) newURL=(NSnoPass==1)?URL:altURL;}
  } else if (app.indexOf('Microsoft') != -1) {
    if (version >= IEvers || verStr.indexOf(IEvers) != -1)
     {if (IEpass>0) newURL=(IEpass==1)?URL:altURL;}
    else {if (IEnoPass>0) newURL=(IEnoPass==1)?URL:altURL;}
  } else if (OBpass>0) newURL=(OBpass==1)?URL:altURL;
  if (newURL) { window.location=unescape(newURL); document.MM_returnValue=false; }
}
//-->

top.moveTo(0,0);
top.resizeTo(screen.availwidth, screen.availHeight);

</script>

There is a link at the bottom of the page to the IE version and I seem to have
no problems with it.

Contact Information is:
natcomp GmbH
Siemensstr. 21
61352 Bad Homburg
Tel  +49 6172 1010
Fax +49 6172 101150
info@natcomp.com

At some point, I also got a JavaScript error:
Error: document.getElementById(pic) has no properties
Source File: http://www.natcomp.de/deutsch/noindex/navi.html
Line: 75
I think pic needs to have quotation marks around it.
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Summary: natcomp.de does not allow other browser than IE → natcomp.de - does not allow other browser than IE
Whiteboard: [XBROWSER-JS][DENY][eurocontest][SYNTAX-JS]
There are some problems with the site, for example the mozilla window is resized
to a very small and long window, I have to expand it again to show it correctly. 

Also the menu at the left does not work correctly, if you click on a menu item,
the subentries are written behind the main-menu entries, the main-menu entries
should move down to make room for the sub-entries.
page gone.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
VERIFIED INVALID (403 Forbidden)
Status: RESOLVED → VERIFIED
move...
Component: Europe: West → German
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.