Custom Programming -- Contact Us

perl cgi script for adding printer/e-mail friendly links on a web site

View files in this folder

Scenario : For news sites that want a printer friendly option for their pages or an e-mail to a friend option without creating more pages on the server.

The script looks for <!-- BEGIN CONTENT --> and <!-- END CONTENT --> tags, grabs all the data inbetween and strips out all HTML code. The script can either grab the html files it was linked to either from the file system or using http from a remote server.

story1.html is a sample news page with the print/email buttons.