09/10/2018, 23:36
javascript chèn trong PHP chạy trên server không đúng.
Mình có làm đoạn code javascript chèn trong PHP để ở server test thì chạy ngon lành, nhưng khi đưa lên server host thì nó hiển thị không đúng. Có bác nào biết lỗi trên xin chỉ giúp ?
Cảm ơn các bác nhiều .
Cảm ơn các bác nhiều .
Bài liên quan





document.write('<table width="670" height="130">'); document.write('<tr><td>'); document.write('<div style="position:relative;overflow:hidden;width:650px;height:100px;">'); document.write('<div style="position:absolute; cursor:pointer;left:auto;"> <img src="upload_img/big_img/'+$ten_image+'" width="100" height="120" onclick="other_function();"> </div>'); document.write('</div>'); document.write('</td></tr>'); document.write('</table>');