Home > Programming > HTML Tutorial



HTML Tutorial Beyond the Basics

Sort Desciption:

HTML Tutorial Beyond the Basics. Automatic Transfer to Another Document. (HTML 2.0 and above). On occasion a document has to be moved or abandoned. ...



Content Inside:

HTML Tutorial Beyond the Basics Page 1HTML Tutorial Beyond the Basics Automatic Transfer to Another Document (HTML 2.0 and above)On occasion a document has to be moved or abandoned. This can turn the strength of HTML hyperlinks into a big problem how do you correct all the links that will be broken. One answer is to "dummy out" the document until all links can be corrected. With this approach any jump to the document will result in an automatic transfer to analternate document. This is done with a Meta statement placed as the first statement in the dummy document (the browser must interpret at least HTML 2.0). The format is: <META HTTPEQUIV="Refresh" CONTENT="1;URL=http://path/alternate. htm"> where an automatic transfer to http://path/alternate.htm will occur 1 second after this document is displayed. The dummy document should also contain a link to the alternate document that can be manually selected by anyone whose browser cannot execute the automatic link. Netscape Frames With Netscape Navigator 2.0 Netscape introduced a whole new model for HTML documents. This is the FRAME document which lets you specify the display as consisting of a number of independent viewing frames. Each frame can contain in effect its own HTML document. A multiframe document does not contain a BODY instead it contains a FRAMESET element which defines the sizes locations and initial contents of the individual FRAMES. Here is an example <FRAMESET ROWS="10%80%10%"> <FRAME NAME="window1" SRC="document.html"> <FRAMESET COLS="50%50%"> <FRAME NAME="window2" SRC="doc.html"> <FRAME NAME="window3" SRC="doggy.html"> </FRAMESET> <FRAME NAME="window4" SRC="doc444.html"> <NOFRAME> <BODY BACKGROUND ......> Page 2.... stuff to display if the browser does not understand FRAMESET... </NOFRAME> </FR ...

Source: www.cast.ilstu.edu


add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us
Search Terms:

 

Related Files

HTML Tutorial

Filed under: Programming and HTML Tutorial
How the Web Works Part I: Introduction to HTML. HTML Tutorial ..... Navigate to your tutorial folder select the mustard.html file and click the Open ...

HTML TUTORIAL PART I

Filed under: Programming and HTML Tutorial
HTML TUTORIAL PART I. Home. Creating a Homepage. Creating a Homepage involves creating a file coded with HTML (Hyper Text Markup Language). ...

A Tutorial on HTML

Filed under: Programming and HTML Tutorial
A Tutorial on HTML. Dimple Patel. Documentation and Research Training ... This tutorial describes to the user some of the very basic HTML concepts tags ...

Introduction What is HTML

Filed under: Programming and HTML Tutorial
A nicely organized comprehensive tutorial (with sequels no less) to nearly. everything you'd want to learn before HTML during your HTML coding ...

Fast and Easy XHTML XHTML Tutorial HTML Web Standards by ...

Filed under: Programming and HTML Tutorial
Fast and Easy XHTML XHTML Tutorial HTML Web Standards by Shirley ...ML Tutorials CSS Tutorials and Tips Website Tips at Websitetips.com ...