Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
5651 Visualizzazioni
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>
Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
ago 23
194
1
feb 22
2645
0
feb 18
6368
1
nov 24
1526
1
set 23
4570