photoxprt1868
Programmer
Hello,
does anyone know where I can find a script to close a page that works for both IE and firefox
This is what I'm currently using
does anyone know where I can find a script to close a page that works for both IE and firefox
This is what I'm currently using
Code:
<form>
<input type="button" value="Close This Page" onClick="javascript:window.close()">
</form>