Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other ASP and HTML questions Re: ASP and HTML questions

#55933
keirk
Member

I’m guessing your both talking about ASP.net rather than classic ASP, as there is no master pages in ASP.

You can do the following in classic ASP, which is similar to php includes:

<!–#include file="urfile.asp"–>