Archive

November 2004

Scripts

Track Hotfix/Patch Installation

What’s the best way to track when and which hotfixes/patches were applied? It’s an endless debate amongst IT pros. Some would like to do it…

· 1 min read
HTML/CSS

HTML: Add a BACK text link (Javascript)

To add a “Back” text link to a web page: <a href=”JavaScript:history.back(1)”>the past</a> Using VBScript and FORM button: <form method=”POST” name=”VBScript_Nav_Sample”> <input type=”button” name=”Go Back!”…

· 1 min read