コンテンツへスキップ
メニュー
この質問にフラグが付けられました
5855 ビュー
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
2885
0
2月 18
6548
1
11月 24
1849
1
9月 23
4953