MasterRacker
New member
Using an intranet template like this:
[tt]
<html>
<head>
<title>Title Is Here</title>
<link rel="stylesheet" Type="text/css" href="../Includes/SiteStyles.css">
<script src="../Includes/SiteScripts.js"></script>
</head>
<body>
<script>Draw_StdHeader("Template"</script>
<table class=stdtable>
Page content goes here.......
</table>
<script>Draw_Footer();</script>
</body>
</html>
[/tt]
What can I do, either in the header and footer functions or better yet, in the page itself to suppress printing of the header and footer.
I would like the headers/footer to display on all pages, but I have certain content that is designed for printing where I would like only the content to print and I absolutely do not want to maintain two versions of those pages.
Jeff
I haven't lost my mind - I know it's backed up on tape somewhere ....
[tt]
<html>
<head>
<title>Title Is Here</title>
<link rel="stylesheet" Type="text/css" href="../Includes/SiteStyles.css">
<script src="../Includes/SiteScripts.js"></script>
</head>
<body>
<script>Draw_StdHeader("Template"</script>
<table class=stdtable>
Page content goes here.......
</table>
<script>Draw_Footer();</script>
</body>
</html>
[/tt]
What can I do, either in the header and footer functions or better yet, in the page itself to suppress printing of the header and footer.
I would like the headers/footer to display on all pages, but I have certain content that is designed for printing where I would like only the content to print and I absolutely do not want to maintain two versions of those pages.
Jeff
I haven't lost my mind - I know it's backed up on tape somewhere ....