w3schools   
HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...   References Examples Forum About
YOUR NEW WEBSITE ?

Free Flash Website
Free Flash Templates
Free Web Design
Was u al lang op zoek naar deze website?

Websites huur/koop

www.12u.nl
www.hiepo.nl

Sample Websites

What is my IP?

 

Yes: Deze website is te huur of te koop


Website kopen

  • U kunt de website kopen en daarmee in eigendom overnemen.
  • U kunt dan doen en laten wat u wilt met deze website.
    U kunt natuurlijk de website bij een andere hosting partij hosten.
    Natuurlijk kunt u de website ook bij ons laten en aldaar hosten. Wij kunnen u daarvoor een aantrekkelijk aandod doen.

  • U kuntThe #include directive is used to create functions, headers, footers, or elements that will be reused on multiple pages.


    How to Use the #include Directive

    Here is a file called "mypage.asp":

    <html>
    <body>
    <h3>Words of Wisdom:</h3>
    <p><!--#include file="wisdom.inc"--></p>
    <h3>The time is:</h3>
    <p><!--#include file="time.inc"--></p>
    </body>
    </html>

    Here is the "wisdom.inc" file:

    "One should never increase, beyond what is necessary,
    the number of entities required to explain anything."

    Here is the "time.inc" file:

    <%
    Response.Write(Time)
    %>

    If you look at the source code in a browser, it will look something like this:

    <html>
    <body>
    <h3>Words of Wisdom:</h3>
    <p>"One should never increase, beyond what is necessary,
    the number of entities required to explain anything."</p>
    <h3>The time is:</h3>
    <p>11:33:42 AM</p>
    </body>
    </html>


  •  
    WEB HOSTING
    Best Web Hosting
    PHP MySQL Hosting
    Top 10 Web Hosting
    UK Reseller Hosting
    Web Hosting
    FREE Web Hosting
    WEB BUILDING
    Website Templates
    Flash Templates
    Website Builder
    Internet Business Opportunity
    Download XML editor
    FREE Flash Website
    FREE Web Templates
    FLIGHT TICKETS
    Find the cheapest flight
    to any destination now!
    EDUCATION
    US Web Design Schools
    HTML Certification
    JavaScript Certification
    XML Certification
    PHP Certification
    ASP Certification
    STATISTICS
    Browser Statistics
    Browser OS
    Browser Display

    W3Schools.com HOME | TOP | PRINT | FORUM | ABOUT
    W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user.
    While using this site, you agree to have read and accepted our terms of use and privacy policy.
    Copyright 1999-2009 by Refsnes Data. All Rights Reserved.