You need to use a server-side language for this as HTML is static and cannot perform dynamic actions.
stymiee
He's No Good To Me Dead
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
All you need to do is save you page as "mypage.php" and put this piece of code in for your header and footer:
[php]<?php
include ("includes/header.php");
?>[/php]
Hope this helps
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15