0
Is it possible to set value as attribute to iframe in HTML? Or is there any other solution?
<iframe name="some name" src="url" value="some values"></iframe>
JS代碼如何設置值在HTML
我正在訪問使用JavaScript屬性的iframe像
parent.window.frames[window.name].name;
我的名字正常,但價值沒有得到。
if possible then how to access??
爲什麼你需要iframe的值屬性? –