Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using an Include file with html page 1

Status
Not open for further replies.

glenmac

Technical User
Jul 3, 2002
947
CA
I have an include file I use on my asp pages that works great,is there a way to include the same file on my html pages?
 
Save it as SHTML or SHTM - but why?
With asp you can use server.execute("page.asp") instead of includes (which are processed before all the code and will slow down page loading). To use conditional includes use: server.execute("page.asp") on the asp page - more flexibility.
 
Thanks but you see the include file is just a logo with an copyright and Email link nor an ASP page. A star for you!!!
Happy New Year
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top