PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
When the javascript messagebox pops out, my page display becomes unorganized or half of the content is loaded only but when I click ok in the messagebox and redirect it to another page everything returns to normal again. Any idea what is the problem? Here is my code
Loading probably halts until the user clicks on the alert. Try putting it at the bottom of the page or use an onload event. I don't know why programmers do this. Why not just display the message on the page?