跳至内容
菜单
此问题已终结
5552 查看
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
2565
0
2月 18
6286
1
11月 24
1387
1
9月 23
4326