CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Include?

  1. #1
    Join Date
    Nov 2004
    Posts
    1

    Include?

    How can I include a script file into a HTML page without having to type in every page? This is sort of like the Include function used in ColdFusion.

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: Include?

    Create a base page that includes the script and then inherit from it for all your other pages.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured