Or, if you're using asp and you want to embed another page of your own with a local URL (or even jsut something smaller like a navigation bar or header image) you can use :
<!--#include file="localpage.html"-->
You can't use this to "embed" a page from another site. I'm sure the included file has to be stored in the same place as the one displaying it.