1) Script Title: Dynamic Ajax Content

2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent.htm#combo

3) Describe problem: Love this script!! What I am trying to do, in PHP, is code a header refresh:

header( "refresh: 0; url=

which will send this link:
<a href="javascript:ajaxpage('home.php', 'right');">Home</a>

and I am stuck. Searched the forums for an hour. Any help is appreciated.