Printer Friendly Pages" can be done completely with CSS, which requires nothing from the server hosting the page.
You need to be a bit more descriptive of what
server side technology you have available to you. If you're just writing an HTML file and putting javascript in the page encapsulated in <script> tags, then that is not server side code - it's client side. The browser downloads the HTML file from the server, and then runs the code in the <script> tags on the user's local machine.
The example I gave above is in fact not VBScript, we know this for a few reasons:
[ol]
[li]I explicitly set my server side language to javascript in the first line (better known as JScript when used server side)[/li]
[li]There are semicolons at the end of each line (VBScript does not do this)[/li]
[li]There are brackets encapsulating the code for the for loop (VBScript does not do this)[/li]
[li]There is no corresponding end tag for the for loop[/li]
[li]The variables are defined using a "var" statement, VBScript uses "dim"[/li]
[/ol]
-kaht
[small] <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <.</B>[/small]
![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)
[small]
(He's back)[/small]