Does anybody know how to include another page at the top of the current page in ASP?
In PHP you put this at the top of the source code:
thanksCode:
<?php
include_once("header.php");
?>
Printable View
Does anybody know how to include another page at the top of the current page in ASP?
In PHP you put this at the top of the source code:
thanksCode:
<?php
include_once("header.php");
?>