變化元件通過標籤的名字,我想從風格改變URL(HERF)。檢查它如何使用JavaScript從IFRAME
<iframe src="https://www.website.com/............" heght="100%" width="100%" >
#document
<!DOCTYPE html>
<html>
<head></head>
<body>
<a class="class" href="https://www.website.com/-----" style="background: url("https://www.website.com/abc.png") center center/100% no-repeat; width: 110px; height: 26px;"></a>
</body>
</html>
<iframe>
我想改變形象的網址與JavaScript
: style="background: url("https://www.website.com/abc.png")
與另一個網址。
像重要的是
: style="background: url("https://www.website.com/xyz.png")
圖像xyz.png改變。
何時這種變化發生的呢?你試過的代碼在哪裏?的[什麼querySelectorAll,getElementsByClassName方法等...返回](https://stackoverflow.com/questions/10693845/what-do-queryselectorall-getelementsbyclassname-and-other-getelementsby-method) – Teemu