Hello以下函數包含一個在localhost中正常工作的映像,但每當我將其上傳到cpanel時,它都不能在線工作。代碼不在線工作,但在localhost中工作
下面是代碼:
function CONshowElements()
{
var Construction = "<center><img src='images/SCALE Construction.PNG'></center><br>The construction company with several years of experience in projects valued over millions of USD having Service and Quality with satisfaction and appreciation of the clients.";
document.getElementById("contents").innerHTML = Construction;
}
圖像/ SCALE Construction.PNG存在於您的實時環境中嗎?你有沒有檢查控制檯的錯誤?你是什麼意思'不工作'? **更加詳細一些**。 – George 2014-09-30 09:25:09
不工作意味着它顯示的文本,但不是圖像 – Rokhsar 2014-09-30 09:27:39