I am using simple JavaScript code in my PHP code to display an alert message:
<script type="text/javascript">
window.alert("Can not Send Messages ")
</script>
When the alert message is displayed, the original page disappears, when I press "OK" button in the message box, the original page will appear again. Is there any way to display the error message and to keep the original page in the back? My other question, is there any way to decorate the message box ^_^ ?
Thanks and Regards for all.