Ir al contenido
Menú
Se marcó esta pregunta
5466 Vistas
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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
ago 23
194
1
feb 22
2472
0
feb 18
6200
1
nov 24
1168
1
sept 23
4115