none of these work on a .php page

<!-- Text Link -->
<p><a href="javascript:void(window.close())">Close Window</a></p>

<!-- Form Button -->
<p><input type="button" value="Close Window" name="close" onClick="window.close()"></p>

<!-- Graphic Button -->
<p><a href="javascript:void(window.close())"><img border="0" src="images/close_red.gif" width="93" height="23"></a></p>

is that normal?

If I have to make my page .html does anyone know how to display a result from a php query on a html page? maybe some kind of include??