All you have to do is create a page called printerpage.asp and copy the code below:
<%
DIM view
view=request.querystring("view")
IF view <> "print" THEN
%>
![]() |
My Website Menu History Products Services | Print this information. |
?view=print">Printer Friendly Page
<% ELSE %>
Print this information.
?view=view">Return to Regular View
<% END IF %>
The first time you access the page, it will display your banner and menu items. If you click the Printer Friendly Page link, the page will refresh itself with only the text you want printed.
http://www.aspwebpro.com/aspscripts/miscellaneous/printerfriendlypage.asp
No comments:
Post a Comment