<!DOCTYPE html> <html> <!--#include virtual="header.shtml" --> <frameset cols="20%,80%"> <frame src="nav.shtml"> <frame src="welcome.shtml"> </frameset> <!--#include virtual="footer.shtml" --> </html>
To see the page as intended, you just double-click the file in your browser. Your browser will show raw SSI directives or incomplete HTML. view indexframe shtml best
If you are trying to view the source code of an .shtml file: !--#include virtual="header.shtml" -->
If you inherited an indexframe.shtml site and want to modernize without breaking everything, here’s the upgrade path: !--#include virtual="footer.shtml" -->