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>
此问题已终结
7860
查看
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|
|
0
8月 23
|
194 | ||
|
|
1
2月 22
|
5269 | ||
|
|
0
2月 18
|
8437 | ||
|
|
2
10月 25
|
2664 | ||
|
|
1
11月 24
|
4654 |