hello is there a way to be able to close a window in PHP like the close window() function in JAVA. I have a pop up window which I want to be able to close with a close button but I don't want a confirmation box! I just want it to close.
Thanks Johan
Try this Careful href is really empty:
<A HREF= language=javascript onClick=window.close()>Close</a>
Yea it works but I still get the confirmation box where I have to click yes to close it. I would like it to be without any box so that it just closes.
Johan