Closed Bug 271728 Opened 20 years ago Closed 20 years ago

custhelp.com - The browser window does not show the content of the web page, but shows page source as text.

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 265365

People

(Reporter: edmund.spatzenegger, Unassigned)

References

()

Details

(Whiteboard: [MIME-TYPE])

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041124
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041124

http://eade-metrics.custhelp.com/cgi-bin/eade_metrics.cfg/websurveys/ws?_147=edmund.spatzenegger@sun.com&_133=6&_143=36952
opening this page shows the page source as text (html code). 
It works fine with Internet Explorer 6.0.
As much as I understand it's comprised of Java Script. I've already checked that
Javascript is enabeled in my browser.

Thanks

Edmund

Reproducible: Always
Steps to Reproduce:
1. Go to the URL
2.
3.
Actual Results:  
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >

<SCRIPT LANGUAGE="JavaScript1.1">
<!--
window.focus();//-->
</SCRIPT>
<html>
<head>
   
   <link rel=stylesheet type="text/css"
href="http://eade-metrics.custhelp.com/rnt/rnm/css/rnm.css">
   <title>EA Support-Center Umfrage</title>
</head>
<body>
<img src=http://eade.custhelp.com/rnt/rnw/img/enduser/support_header.jpg>
   <p><h4>Bitte beantworten Sie die folgenden Fragen:</h4></p><table width=80%>
<tr>
<td width="10%">&nbsp;</td>
<td width="10%">&nbsp;</td>
<td width="10%">&nbsp;</td>
<td width="10%">&nbsp;</td>
<td width="10%">&nbsp;</td>
<td width="10%">&nbsp;</td>
<td width="20%" align="right" nowrap>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width=100% bgcolor=#FFFFFF align=center><font color=#000000>0%</font></td>
</tr>
</table>
</td>
</tr>
</table>
<br>
 <form name="surveyform"
action="http://eade-metrics.custhelp.com/cgi-bin/eade_metrics.cfg/websurveys/submit"
method="POST" onSubmit="return online_submit()">
 <INPUT TYPE=hidden NAME="_147" VALUE="edmund.spatzenegger@sun.com">
<INPUT TYPE=hidden NAME="_133" VALUE="6">
<INPUT TYPE=hidden NAME="_143" VALUE="36952">
<INPUT TYPE=hidden NAME="_139" VALUE="1">
<SCRIPT LANGUAGE="JavaScript1.1">
<!--
function checkSpelling() 
{ 
    if ( navigator.javaEnabled() ) 
    { 
        invokeSpelling(); 
    } 
    else 
    { 
        alert( "Es scheint, also ob bei Ihrem Browser Java abgestellt ist. Daher
kann die Rechtschreibeprüfung nicht arbeiten." ); 
    } 
} 
//-->
</SCRIPT>
    <!-- Unused background info http://eade-metrics.custhelp.com -->
    <p>1) Wie beurteilen Sie den Online-Support insgesamt? </p> 
    <table border="0"> 
       <tr> 
<SELECT NAME="_10225" >
<OPTION  LABEL="Bitte auswählen" VALUE="(null)">Bitte auswählen</OPTION>
<OPTION  LABEL="sehr gut" VALUE="1">sehr gut</OPTION>
<OPTION  LABEL="gut" VALUE="2">gut</OPTION>
<OPTION  LABEL="akzeptabel" VALUE="3">akzeptabel</OPTION>
<OPTION  LABEL="schlecht" VALUE="4">schlecht</OPTION>
<OPTION  LABEL="sehr schlecht" VALUE="5">sehr schlecht</OPTION>
</SELECT>       </tr> 
    </table> 
    <!-- Unused background info http://eade-metrics.custhelp.com -->
    <p>2) Wie empfanden Sie die Geschwindigkeit, in der Ihnen geholfen wurde?</p> 
    <table border="0"> 
       <tr> 
<SELECT NAME="_10226" >
<OPTION  LABEL="Bitte auswählen" VALUE="(null)">Bitte auswählen</OPTION>
<OPTION  LABEL="sehr schnell" VALUE="1">sehr schnell</OPTION>
<OPTION  LABEL="schnell" VALUE="2">schnell</OPTION>
<OPTION  LABEL="aktzeptabel" VALUE="3">aktzeptabel</OPTION>
<OPTION  LABEL="langsam" VALUE="4">langsam</OPTION>
<OPTION  LABEL="sehr langsam" VALUE="5">sehr langsam</OPTION>
</SELECT>       </tr> 
    </table> 
<SCRIPT LANGUAGE="JavaScript1.1">
<!--
function validate_answers() 
{
   var a = new Array( "_10225","_10226" ); 
   var num = new Array( "1","2" ); 
   var checks = false; 

   for( var i = 0; i < a.length; i++ ) 
   {
      checks = false; 
      var afld = eval( "document.surveyform." + a[i] );

      if ( afld.type == "textarea" || afld.type == "text" ) 
      {
          if ( !afld.value ) 
          {
             alert( "You must answer question #" + num[i] );
             return( false );
          }
      }
      else if (afld.type == "select-one")
      {
          if (afld.selectedIndex <= 0)
          {
             alert( "You must answer question #" + num[i] );
             afld.focus();
             return( false );
          }
          return ( true );
      }
      else
      {
          for ( var j = 0; j < afld.length; j++ ) 
          {
             if ( afld[j].checked == "1" ) 
             {
                checks = true; 
             }
          }

          if ( checks != true ) 
          {
             alert( "You must answer question #" + num[i] );
             return( false );
          }
      }
   }
   return( true );
}


//-->
</SCRIPT>
<INPUT TYPE=hidden NAME="_233" VALUE="0">
<SCRIPT LANGUAGE="JavaScript1.1">
<!--
function setCookie(name, value, expire) {
document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : (";
expires=" + expire.toGMTString())) + "; path=/";
}

function setAnswered()
{
    var today = new Date();
    var expires = new Date();
    expires.setTime( today.getTime() + 1000*60*60*24*10 );
    setCookie( 'EA%20Customer%20Survey%20V8_6_36952', '1', expires );
}
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.1">
<!--
function online_submit() 
{
   var submit = false;
   if ( validate_answers() ) 
   {
      setAnswered(); 
      submit = true; 
   }
   return( submit );
}


//-->
</SCRIPT>
    <p>Antwort senden</p> 
    <table border="0" cellpadding="2"> 
        <tr> 
         <td><input type="submit" name="B1"  value="Senden" class="btn"></td>
  <td>&nbsp;</td> 
 <td><input type="button" name="B3"  value="Abbrechen" class="btn"
onClick="window.close()"></td>
  <td>&nbsp;</td> 
 <td><input type="reset" name="B2"  value="Löschen" class="btn"></td>
  <td>&nbsp;</td> 

        </tr> 
    </table> 
    <input type=hidden name="_129" value="">
</form> 
<br><a href="http://www.electronic-arts.de">ELECTRONIC ARTS</a>
</body>
</html>
Mime sent is text/plain.  This should be text/html.
Status: UNCONFIRMED → NEW
Component: General → English US
Ever confirmed: true
Product: Mozilla Application Suite → Tech Evangelism
Summary: The browser window does not show the content of the web page, but shows page source as text. → custhelp.com - The browser window does not show the content of the web page, but shows page source as text.
Whiteboard: [MIME-TYPE]
Assignee: general → english-us
QA Contact: general → english-us

*** This bug has been marked as a duplicate of 265365 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.