Closed Bug 127682 Opened 23 years ago Closed 21 years ago

signa.com - Can't enter the website

Categories

(Tech Evangelism Graveyard :: English Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: graham.knap, Unassigned)

References

()

Details

(Whiteboard: [PROPRIETARY-JS])

The front page at www.signa.com contains two links that should allow entrance to
the website: "Flash-Enhanced" and "Non-Flash". In Mozilla, clicking either link
has no effect. (I've been seeing this problem for months -- at the moment I am
using build 2002021006.)

I am setting OS = All because (at least for me) Mozilla exhibits the same
behaviour under Win95.

The page does work in IE5 under Win32.

However, I just tried it with Konqueror 2.2.2, and I can't enter the site with
that either. I expect the problem is in the website, not the browser. --> Tech
Evangelism, right?

I have already sent an email to webmaster@signa.com, complaining that their site
doesn't work with my favourite browser...
Confirmed
2002022203/WinXP

Script uses document.layers/improper browser sniffing:
    ns = (document.layers)? true:false;
    ie = (document.all)   ? true:false;

    function GoFlash()
    {
      if (ns)
      {
       
document.location="http://www.signa.com/Store/M_Home-SignaSpotLight.asp?cFL=1&Browser=NS";
      }
      if (ie)
      {
       
document.location="http://www.signa.com/Store/M_Home-SignaSpotLight.asp?cFL=1&Browser=IE";
      }
    }

      function GoFlashless()
    {
      if (ns)
      {
       
document.location="http://www.signa.com/Store/M_Home-SignaSpotLight.asp?cFL=0&Browser=NS";
      }
      if (ie)
      {
       
document.location="http://www.signa.com/Store/M_Home-SignaSpotLight.asp?cFL=0&Browser=IE";
      }
    }

Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [PROPRIETARY-JS]
The broken scripts have been turned off:

      <a class  =" MenuText"
         style  =" color:#65AEFE"
         href   =" http://www.signa.com/ASP/M_Home-SignaSpotLight.asp?cFL=1"
      >Flash-Enhanced</a>
	    &nbsp;|&nbsp;
	    <a class =" MenuText"
         style =" color:#65AEFE"
         href  =" http://www.signa.com/ASP/M_Home-SignaSpotLight.asp?cFL=0"
      >Non-Flash</a>
Status: NEW → RESOLVED
Closed: 21 years ago
Hardware: PC → All
Resolution: --- → WORKSFORME
Summary: Can't enter the website at www.signa.com → signa.com - Can't enter the website
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jonrubin → english-other
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.