hi,
i have created a php code that is running on a server, the code is generating a form button that should close the window, BUT it is not working. I have tried all the following codes...
<input type="button" value="Close this window" onclick="self.close()">
<input type="button" value="Close Window" onclick="window.close()">
<a href="javascript:window.opener='x';window.close();">Close</a>
echo '<BUTTON onclick="window.close();">Close me.</BUTTON>';
any help will be appreciated.

Reply With Quote




