can someone please verify this because i wrote this:
<?php
If ($mess == "")
{
....
<SCRIPT LANGUAGE="JavaScript">
<!--hide
window.close();
//-->
</SCRIPT>
<?php
}
?>
And everytime the page loads no matter whether $mess has a value or not the window.close's
So could someone verify that you can use javascript in the same way i did up there