I have the following code, which inserts an alert window unless criteria is met, but how do I change the title of the alert window, currently it just displays "MS Internet explorer"
Code is
echo"<script>
window.alert (\"Enter line 1\r\nEnter line two\")
</script>";
As always - all help is appreciated.