Error on page

  • Thread starter Thread starter Fred
  • Start date Start date
Double click on the icon in the status bar to display the error. It will
tell you the line number and description of the error that is occurring on
your page. On the Advanced tab of the Internet Options control panel are
options to 'Show all scripting errors' and 'Use debugging'

The 404 error is 'Page not found' - typically there is a typo error in the
hyperlink.
 
Double click on the icon in the status bar to display the error. It will
tell you the line number and description of the error that is occurring on
your page. On the Advanced tab of the Internet Options control panel are
options to 'Show all scripting errors' and 'Use debugging'

The 404 error is 'Page not found' - typically there is a typo error in the
hyperlink.


Were you replying to Fred or me?

I was assuming that Fred was trying to give us a sample of his problem
at the above link. It now evidently points to a file which does not exist.

Did you try the link?

FYI here is a different view of it using telnet including my command
retrieved at the bottom. Repeat the command if you like and when the
screen clears type GET (that's GET followed by a space.)
Then right-click,Paste the link after the space. You will not be able to see
your typing or the paste unless you change telnet's localecho.


<example>
HTTP/1.1 404 Object Not Found
Server: Microsoft-IIS/4.0
Date: Fri, 19 Aug 2005 20:55:05 GMT
Content-Length: 461
Content-Type: text/html

<html><head><title>Error 404</title>

<meta name="robots" content="noindex">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></head>

<body>

<h2>HTTP Error 404</h2>

<p><strong>404 Not Found</strong></p>

<p>The Web server cannot find the file or script you asked for. Please check the URL to ensure that the path is correct.</p>

<p>Please contact the server's administrator if this problem persists.</p>

</body></html>

Connection to host lost.

G:\>telnet www.go-there.co.uk 80

</example>


---
 
Back
Top