این مشکل به جاوا اسکریپت میشه که ادمین عزیز باید تصحیحش کنند
Note: Try to avoid using document.write() in real life JavaScript code. The entire HTML page will be overwritten if document.write() is used inside a function, or after the page is loaded. However, document.write() is an easy way to...