跳至內容
選單
此問題已被標幟
5566 瀏覽次數
How can i put the below javascript value into above odoo field name question
<form>
<group>

<field name="question" />


<html>
<p style="color:red">Asif html</p>
<input type="text" value="" id="mySelect" onchange="myFunction()"/>
<p id="demo"></p>
<script>
function myFunction() {
var x = document.getElementById("mySelect").value;
document.getElementById("demo").innerHTML = "You selected: " + x;
}
</script>
</html>

</group>

</form>
頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
8月 23
194
1
2月 22
2577
0
2月 18
6306
1
11月 24
1405
1
9月 23
4364