I have a ***.php file,
<?php
require (\\"glb_foot.html\\");
?>
i used this code to require the global footer , in IE it works fine but in netscape it does not find the links,
<a href=\\"privacy.html\\">PRIVACY POLICY
links are relative in the glb_foot,html document. if i set them to www.****.com/privacy they dont work in IE
any ideas?
thanks in advance