![]() |
Browser Basics:
|
| ||||
|
![]() |
Errors occur in web pages with annoying frequency. (It's more annoying to the web authors than it is to you!) You can not do much yourself about most of the errors. But it helps to know what is going on. Some error messages leave you totally in the dark. There are three sources of errors.
|
![]() |
Project 1: Browser Basics Connecting Search Glossary Appendix |
|||||||||
Author HTML ErrorsSometimes links on a web page go to destination pages that just don't exist. A link's address may be mistyped in the source code. Perhaps the page or image was moved or deleted by the site's webmaster, the person in charge of maintaining a web site. When a site is reorganized or files are renamed, it is hard to get all of the internal links changed to match. Perhaps the page has not been written yet but the navigation links are already in place. If the browser cannot find the file, you will get an error message, either in a dialog box or in the browser.
A webmaster may never know that a link is broken unless someone reports it, especially for links to other sites. Politeness works both directions. Server ErrorsSending web pages out over the Internet is a complex process. There are many ways for it to go wrong. The server can be so overwhelmed with tasks that it just ignores your browser's request for a web page. Perhaps the web server is just having a really bad day! The server can be mis-configured so that parts of the page are not sent out correctly, especially sound or embedded objects. Trying to fix one problem sometimes causes other problems! Scripting ErrorsScripts are small programs that are part of web pages or are attached to them. A script might be written by the web author or it could be a server script written by someone else. Scripts are used to validate your form entries (making sure a US zip code is exactly 5 numbers, for example). It's a script that opens a link in a new window. Cascading menus on a web page are created by a script. Many cool and helpful features of interactive web pages are handled by scripts. JavaScript and VBScript are two common languages for scripts on web pages. Unfortunately these scripts are very picky, like any other computer program. A mis-placed comma or semicolon can cause complete failure. It can be horrendously difficult to debug a script (find the cause of an error).
Missing pages
Script ErrorA simple typing mistake can cause a script to fail.
|
![]() |
~~ 1 Cor. 10:31 ...whatever you do, do it all for the glory of God. ~~ |