Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
5724 Widoki
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>
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
sie 23
194
1
lut 22
2724
0
lut 18
6410
1
lis 24
1635
1
wrz 23
4686